summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/error_list.scss
blob: 3ec3e4f6b4362b7583ad4a191efdbd1920bef6bc (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
30
31
32
33
34
.error-list {
  .sort-control {
    .btn {
      padding-right: 2rem;
    }

    .gl-dropdown-caret {
      position: absolute;
      right: 0.5rem;
      top: 0.5rem;
    }
  }

  @include media-breakpoint-down(sm) {
    .error-list-table {
      .table-col {
        min-height: 68px;

        &:last-child {
          background-color: $gray-10;

          &::before {
            content: none !important;
          }

          div {
            width: 100% !important;
            padding: 0 !important;
          }
        }
      }
    }
  }
}