mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge pull request #1171 from alphagov/button-spacing-mobile-fix
Fix button spacing on mobile
This commit is contained in:
@@ -3,8 +3,17 @@
|
|||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|
||||||
&-back-link {
|
&-back-link {
|
||||||
|
|
||||||
@include button($grey-1);
|
@include button($grey-1);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
|
@include media('mobile') {
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: 100%;
|
||||||
|
margin-top: $gutter-half;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-delete-link {
|
&-delete-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user