WIP
This commit is contained in:
@@ -9,18 +9,32 @@ section.grid-callout {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.standard-callouts {
|
||||
.callout {
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
.callout {
|
||||
height: 100%;
|
||||
padding: 2rem;
|
||||
|
||||
p {
|
||||
line-height: 37px;
|
||||
|
||||
&.headline {
|
||||
font-weight: 600;
|
||||
font-size: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.standard-callouts {
|
||||
}
|
||||
|
||||
.callout.first-callout {
|
||||
padding: 2rem 3rem 3rem;
|
||||
background-color: $c-navy;
|
||||
color: $c-white;
|
||||
|
||||
.image-wrapper {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
img {
|
||||
transform: scaleX(-1);
|
||||
width: 98px;
|
||||
|
||||
Reference in New Issue
Block a user