mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add pages for ‘service settings’ flow
Adds the pages and wires them together, so that it’s possible to click through them. The wording is not quite English, but attempts to be an rough description of what the consequences are for each of the four actions.
This commit is contained in:
27
app/assets/stylesheets/components/browse-list.scss
Normal file
27
app/assets/stylesheets/components/browse-list.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
.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-16;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -9,4 +9,10 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.button {}
|
||||
|
||||
.button-destructive {
|
||||
@include button($error-colour)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
@import 'components/big-number';
|
||||
@import 'components/banner';
|
||||
@import 'components/textbox';
|
||||
@import 'components/browse-list';
|
||||
|
||||
@import 'views/job';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user