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: e98cb444f0a3793dfdb69efdabaff84c88e27675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.notification-list-item {
  line-height: 34px;

  .dropdown-menu {
    @extend .dropdown-menu-right;
  }
}

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

  .fa {
    font-size: 18px;
  }
}