debian-mirror-gitlab/app/assets/stylesheets/pages/notifications.scss

17 lines
194 B
SCSS
Raw Normal View History

2016-06-02 11:05:42 +05:30
.notification-list-item {
line-height: 34px;
2017-08-17 22:00:37 +05:30
.dropdown-menu {
2018-11-08 19:23:39 +05:30
@extend .dropdown-menu-right;
2017-08-17 22:00:37 +05:30
}
2014-09-02 18:07:02 +05:30
}
2016-06-02 11:05:42 +05:30
.notification {
position: relative;
top: 1px;
2017-08-17 22:00:37 +05:30
.fa {
2016-06-02 11:05:42 +05:30
font-size: 18px;
}
2014-09-02 18:07:02 +05:30
}