2016-01-07 12:29:56 +00:00
|
|
|
.browse-list {
|
|
|
|
|
|
|
|
|
|
margin-bottom: $gutter;
|
|
|
|
|
|
|
|
|
|
&-item {
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin-bottom: $gutter-two-thirds;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|