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

notifications.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 298de33888d50c945bbc6cabf5ffafaa7318c1a3 (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
.notification-list-item {
  @include media-breakpoint-down(sm) {
    .notification-dropdown {
      width: 100%;
    }

    .notification-form {
      display: block;
    }

    .notifications-btn,
    .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;
}