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

45 lines
602 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
}
2019-09-04 21:01:54 +05:30
@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%;
}
}
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
}