debian-mirror-gitlab/app/assets/stylesheets/pages/notifications.scss
2019-09-04 21:01:54 +05:30

45 lines
602 B
SCSS

.notification-list-item {
line-height: 34px;
.dropdown-menu {
@extend .dropdown-menu-right;
}
@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%;
}
}
}
.notification {
position: relative;
top: 1px;
.fa {
font-size: 18px;
}
}