WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12229,7 +12229,7 @@ section.grid-callout .callout p.headline {
|
||||
font-size: 30px;
|
||||
}
|
||||
section.grid-callout .standard-callouts .col {
|
||||
padding-top: 1rem;
|
||||
padding-top: 1.5rem;
|
||||
}
|
||||
section.grid-callout .standard-callouts .col:nth-of-type(1) .callout, section.grid-callout .standard-callouts .col:nth-of-type(6) .callout {
|
||||
background-color: #B9AF78;
|
||||
@@ -12239,6 +12239,9 @@ section.grid-callout .standard-callouts .col:nth-of-type(2) .callout, section.gr
|
||||
background-color: #F2F2F2;
|
||||
color: #063C5A;
|
||||
}
|
||||
section.grid-callout .standard-callouts .col:nth-of-type(2) .callout img, section.grid-callout .standard-callouts .col:nth-of-type(4) .callout img {
|
||||
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
|
||||
}
|
||||
section.grid-callout .standard-callouts .col:nth-of-type(3) .callout, section.grid-callout .standard-callouts .col:nth-of-type(5) .callout {
|
||||
background-color: #075179;
|
||||
color: #fff;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||
"/app.css": "/app.css?id=d690093c8ba51c664cfedae9c63db1a0"
|
||||
"/app.css": "/app.css?id=c7d8f4994b06f353d881b98eea0b9d6f"
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ section.grid-callout {
|
||||
|
||||
.standard-callouts {
|
||||
.col {
|
||||
padding-top: 1rem;
|
||||
padding-top: 1.5rem;
|
||||
|
||||
&:nth-of-type(1), &:nth-of-type(6) {
|
||||
.callout {
|
||||
@@ -47,6 +47,10 @@ section.grid-callout {
|
||||
.callout {
|
||||
background-color: $c-offWhite;
|
||||
color: $c-navy;
|
||||
|
||||
img {
|
||||
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user