mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Includes: - make 'remove team member' link, on edit member permissions page, destructive - convert missed links on /features pages - convert missed links on /using-notify/guidance and sub pages - give links in browse-lists back their size and weight (needed for lists of live and trial services on Platform Admin) - give links on Platform Admin inbound numbers page back their size and weight - update links in JS tests
29 lines
466 B
SCSS
29 lines
466 B
SCSS
.browse-list {
|
|
margin-bottom: $gutter-half;
|
|
|
|
.browse-sub-list {
|
|
margin-top: $gutter-half;
|
|
margin-left: $gutter;
|
|
@include media('desktop') {
|
|
margin-left: $gutter * 2;
|
|
}
|
|
}
|
|
|
|
&-item,
|
|
&-sub-item {
|
|
@include bold-24;
|
|
list-style: none;
|
|
margin-bottom: $gutter-half;
|
|
}
|
|
|
|
&-link {
|
|
@include govuk-font(24, $weight: bold);
|
|
}
|
|
|
|
&-hint {
|
|
@include core-19;
|
|
margin: 5px 0 10px 0;
|
|
color: $secondary-text-colour;
|
|
}
|
|
}
|