This commit is contained in:
2025-05-07 15:03:27 -07:00
parent e3bac7b9ec
commit 7e3064fd94
3 changed files with 24 additions and 1 deletions

View File

@@ -24,6 +24,21 @@ section.grid-callout {
}
.standard-callouts {
.col {
&:first-of-type {
.callout {
background-color: $c-tan;
color: $c-white;
}
}
&:nth-of-type(2) {
.callout {
background-color: $c-offWhite;
color: $c-navy;
}
}
}
}
.callout.first-callout {