Files
notifications-admin/app/assets/stylesheets/components/browse-list.scss
Chris Hill-Scott 0b62d1e755 Add confirm loop
For pages where
- we want you to be sure that you want to do what you’re about to do
- we want to be sure it’s you trying to do the thing

This adds a page that asks the user to confirm their password.
2016-01-08 14:59:30 +00:00

28 lines
339 B
SCSS

.browse-list {
margin-bottom: $gutter;
&-item {
list-style: none;
margin-bottom: $gutter-two-thirds;
}
a.browse-list-link {
@include bold-24;
&-destructive,
&-destructive:visited {
@include bold-24;
color: $error-colour;
}
}
&-hint {
@include core-19;
margin-top: 5px;
}
}