mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 15:28:50 -04:00
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.
28 lines
339 B
SCSS
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;
|
|
}
|
|
|
|
}
|