WIP
This commit is contained in:
12
dist/app.css
vendored
12
dist/app.css
vendored
@@ -12210,15 +12210,25 @@ section.grid-callout h2, section.grid-callout .h2 {
|
|||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
section.grid-callout .standard-callouts .callout {
|
section.grid-callout .callout {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
section.grid-callout .callout p {
|
||||||
|
line-height: 37px;
|
||||||
|
}
|
||||||
|
section.grid-callout .callout p.headline {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
section.grid-callout .callout.first-callout {
|
section.grid-callout .callout.first-callout {
|
||||||
padding: 2rem 3rem 3rem;
|
padding: 2rem 3rem 3rem;
|
||||||
background-color: #063C5A;
|
background-color: #063C5A;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
section.grid-callout .callout.first-callout .image-wrapper {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
section.grid-callout .callout.first-callout img {
|
section.grid-callout .callout.first-callout img {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
width: 98px;
|
width: 98px;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||||
"/app.css": "/app.css?id=aea5f244dd48b66287cc4fd25e639af2"
|
"/app.css": "/app.css?id=201029dfb334f2087ed561eb1a7d45a6"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,18 +9,32 @@ section.grid-callout {
|
|||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.standard-callouts {
|
|
||||||
.callout {
|
.callout {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
|
||||||
|
p {
|
||||||
|
line-height: 37px;
|
||||||
|
|
||||||
|
&.headline {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.standard-callouts {
|
||||||
|
}
|
||||||
|
|
||||||
.callout.first-callout {
|
.callout.first-callout {
|
||||||
padding: 2rem 3rem 3rem;
|
padding: 2rem 3rem 3rem;
|
||||||
background-color: $c-navy;
|
background-color: $c-navy;
|
||||||
color: $c-white;
|
color: $c-white;
|
||||||
|
|
||||||
|
.image-wrapper {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
width: 98px;
|
width: 98px;
|
||||||
|
|||||||
Reference in New Issue
Block a user