mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
39 lines
452 B
SCSS
39 lines
452 B
SCSS
.browse-list {
|
|
|
|
margin-bottom: $gutter;
|
|
|
|
&-item {
|
|
list-style: none;
|
|
margin-bottom: $gutter-two-thirds;
|
|
}
|
|
|
|
&-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;
|
|
}
|
|
|
|
}
|