mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-26 13:20:54 -05:00
Fix button spacing on mobile
The buttons overlapped. Got picked up in the service assessment design review.
This commit is contained in:
@@ -3,8 +3,17 @@
|
||||
margin-bottom: 30px;
|
||||
|
||||
&-back-link {
|
||||
|
||||
@include button($grey-1);
|
||||
display: inline-block;
|
||||
|
||||
@include media('mobile') {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
margin-top: $gutter-half;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&-delete-link {
|
||||
|
||||
Reference in New Issue
Block a user