mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 10:58:58 -04:00
Space out items in blue box a bit
I went too far with tightening it up from the prototype. This is somewhere in between.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
&-intro {
|
||||
|
||||
margin: -10px 0 $gutter * 1.5 0;
|
||||
padding: $gutter 0 $gutter * 1.5 0;
|
||||
padding: $gutter * 2 0 $gutter * 2 0;
|
||||
background: $govuk-blue;
|
||||
color: $white;
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
.button {
|
||||
|
||||
background: $white;
|
||||
margin-right: 5px;
|
||||
margin-right: 15px;
|
||||
|
||||
&:link,
|
||||
&:visited,
|
||||
|
||||
Reference in New Issue
Block a user