1a402d888c
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
44 lines
602 B
SCSS
44 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;
|
|
}
|
|
}
|