This commit is contained in:
2025-05-07 14:57:24 -07:00
parent 999ee8ffc2
commit 5324af5842
5 changed files with 26 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;
}
}