WIP
This commit is contained in:
@@ -3,6 +3,7 @@ $c-offWhite: #F2F2F2;
|
||||
$c-offWhiteLight: #F9F8F8;
|
||||
$c-borderGrey: #C5C5C5;
|
||||
$c-navy: #063C5A;
|
||||
$c-lightNavy: #075179;
|
||||
$c-charcoal: #2B2400;
|
||||
$c-tan: #B9AF78;
|
||||
$c-textGrey: #333333;
|
||||
|
||||
@@ -8,4 +8,17 @@ section.grid-callout {
|
||||
line-height: 70px;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.standard-callouts {
|
||||
.callout {
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.callout.first-callout {
|
||||
padding: 2rem 3rem 3rem;
|
||||
background-color: $c-navy;
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user