adjusted lists for choose accounts page

This commit is contained in:
chrisw
2018-03-09 10:38:33 +00:00
committed by Leo Hemsted
parent 2f37e37278
commit 7e4c5c97b0
2 changed files with 31 additions and 40 deletions

View File

@@ -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;
}
}