mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 03:10:16 -04:00
This commit: - removes the row numbering so it’s easier to scan the list of phone numbers - adds subheadings for 'first three' and 'last three' - puts the 'see all' link at the end
13 lines
196 B
SCSS
13 lines
196 B
SCSS
.submit-form {
|
|
|
|
margin-bottom: 50px;
|
|
|
|
&-back-link {
|
|
@include button($grey-1);
|
|
padding: 0.52632em 0.78947em 0.26316em 0.78947em;
|
|
@include inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
}
|