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

30 lines
410 B
SCSS
Raw Normal View History

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
}