summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/error_tracking_index.scss
blob: 65bddfb7890d2c085c9ed3b5e91dc538853a9c11 (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
35
36
37
38
39
40
@import 'page_bundles/mixins_and_variables_and_functions';

.error-list {
  .dropdown {
    min-width: auto;
  }

  .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: var(--gray-10, $gray-10);

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

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