mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 02:58:25 -04:00
adjusted lists for choose accounts page
This commit is contained in:
@@ -1,18 +1,24 @@
|
||||
.browse-list {
|
||||
margin-bottom: $gutter-half;
|
||||
|
||||
margin-bottom: $gutter;
|
||||
.browse-sub-list {
|
||||
margin-top: $gutter-half;
|
||||
margin-left: $gutter;
|
||||
@include media('desktop') {
|
||||
margin-left: $gutter * 2;
|
||||
}
|
||||
}
|
||||
|
||||
&-item {
|
||||
&-item,
|
||||
&-sub-item {
|
||||
list-style: none;
|
||||
margin-bottom: $gutter-two-thirds;
|
||||
margin-bottom: $gutter-half;
|
||||
}
|
||||
|
||||
&-link {
|
||||
|
||||
@include bold-24;
|
||||
|
||||
&-destructive {
|
||||
|
||||
@include bold-24;
|
||||
color: $error-colour;
|
||||
|
||||
@@ -25,14 +31,11 @@
|
||||
&:hover {
|
||||
color: $mellow-red;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&-hint {
|
||||
@include core-19;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user