WIP
This commit is contained in:
@@ -34,19 +34,26 @@ section.grid-callout {
|
||||
|
||||
.standard-callouts {
|
||||
.col {
|
||||
&:first-of-type {
|
||||
&:nth-of-type(1), &:nth-of-type(6) {
|
||||
.callout {
|
||||
background-color: $c-tan;
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-of-type(2) {
|
||||
&:nth-of-type(2), &:nth-of-type(4) {
|
||||
.callout {
|
||||
background-color: $c-offWhite;
|
||||
color: $c-navy;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-of-type(3), &:nth-of-type(5) {
|
||||
.callout {
|
||||
background-color: $c-lightNavy;
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user