mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:58:25 -04:00
Match type sizes to prototype
This commit is contained in:
@@ -12,21 +12,22 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
@include bold-36;
|
||||
@include bold-48;
|
||||
margin: 0 0 $gutter 0;
|
||||
}
|
||||
|
||||
p {
|
||||
@include core-24;
|
||||
margin: $gutter-half 0 $gutter;
|
||||
}
|
||||
|
||||
.button-container {
|
||||
line-height: 35px;
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
.button {
|
||||
|
||||
@include button($white);
|
||||
color: $govuk-blue;
|
||||
background: $white;
|
||||
margin-right: 5px;
|
||||
|
||||
&:link,
|
||||
|
||||
Reference in New Issue
Block a user