mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-25 18:01:57 -04:00
43 lines
633 B
SCSS
43 lines
633 B
SCSS
.browse-list {
|
|
margin-bottom: $gutter-half;
|
|
|
|
.browse-sub-list {
|
|
margin-top: $gutter-half;
|
|
margin-left: $gutter;
|
|
@include media('desktop') {
|
|
margin-left: $gutter * 2;
|
|
}
|
|
}
|
|
|
|
&-item,
|
|
&-sub-item {
|
|
@include bold-24;
|
|
list-style: none;
|
|
margin-bottom: $gutter-half;
|
|
}
|
|
|
|
&-link {
|
|
@include bold-24;
|
|
|
|
&-destructive {
|
|
@include bold-24;
|
|
color: $error-colour;
|
|
|
|
&:visited,
|
|
&:link {
|
|
@include bold-24;
|
|
color: $error-colour;
|
|
}
|
|
|
|
&:hover {
|
|
color: $mellow-red;
|
|
}
|
|
}
|
|
}
|
|
|
|
&-hint {
|
|
@include core-19;
|
|
margin-top: 5px;
|
|
}
|
|
}
|