Files
notifications-admin/app/assets/stylesheets/components/browse-list.scss
T

43 lines
633 B
SCSS
Raw Normal View History

2016-01-07 12:29:56 +00:00
.browse-list {
2018-03-09 10:38:33 +00:00
margin-bottom: $gutter-half;
2016-01-07 12:29:56 +00:00
2018-03-09 10:38:33 +00:00
.browse-sub-list {
margin-top: $gutter-half;
margin-left: $gutter;
@include media('desktop') {
margin-left: $gutter * 2;
}
}
2016-01-07 12:29:56 +00:00
2018-03-09 10:38:33 +00:00
&-item,
&-sub-item {
@include bold-24;
2016-01-07 12:29:56 +00:00
list-style: none;
2018-03-09 10:38:33 +00:00
margin-bottom: $gutter-half;
2016-01-07 12:29:56 +00:00
}
2016-02-08 11:11:55 +00:00
&-link {
2016-01-07 12:29:56 +00:00
@include bold-24;
2016-02-08 11:11:55 +00:00
&-destructive {
2016-01-07 12:29:56 +00:00
@include bold-24;
color: $error-colour;
2016-02-08 11:11:55 +00:00
&:visited,
&:link {
@include bold-24;
color: $error-colour;
}
&:hover {
color: $mellow-red;
}
2016-01-07 12:29:56 +00:00
}
}
&-hint {
2016-01-07 16:24:43 +00:00
@include core-19;
2016-01-07 12:29:56 +00:00
margin-top: 5px;
}
}