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

notifications.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88437954f4c4fec9d04bf7971e9a51685e3a22c5 (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
@import 'mixins_and_variables_and_functions';

.notification-list-item {
  @include media-breakpoint-down(sm) {
    .notification-dropdown {
      width: 100%;
    }

    .btn-group {
      width: 100%;
    }

    .table-section {
      border-top: 0;
      min-height: unset;

      &:not(:first-child) {
        padding-top: 0;
      }
    }

    .update-notifications {
      width: 100%;
    }
  }
}

.notification {
  position: relative;
  top: 1px;
}