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

32 lines
457 B
SCSS
Raw Normal View History

2023-01-13 00:05:48 +05:30
@import 'mixins_and_variables_and_functions';
2016-06-02 11:05:42 +05:30
.notification-list-item {
2019-09-04 21:01:54 +05:30
@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%;
}
}
2014-09-02 18:07:02 +05:30
}
2016-06-02 11:05:42 +05:30
.notification {
position: relative;
top: 1px;
2014-09-02 18:07:02 +05:30
}