Welcome to mirror list, hosted at ThFree Co, Russian Federation.

error_details.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61e2df7ea260acd3c54bd1cb5b67c6278c6fd203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.error-details {
  li {
    @include gl-line-height-32;
  }

  .btn-outline-info {
    color: $blue-500;
    border-color: $blue-500;
  }
}

.stacktrace {
  .file-title {
    svg {
      vertical-align: middle;
      top: -1px;
    }
  }

  .file-title-name {
    &.limited-width {
      max-width: 80%;
    }
  }

  .line_content.old::before {
    content: none !important;
  }
}