34 lines
488 B
SCSS
34 lines
488 B
SCSS
.notification-list-item {
|
|
@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;
|
|
}
|