four col thing
This commit is contained in:
7
dist/app.css
vendored
7
dist/app.css
vendored
@@ -12773,6 +12773,13 @@ section.intro-header h1, section.intro-header .h1 {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.flex-four-column-blocks .icon-wrapper {
|
||||||
|
color: #c80000;
|
||||||
|
}
|
||||||
|
section.flex-four-column-blocks .content-wrapper strong {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.top-image {
|
.top-image {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
|
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
|
||||||
"/app.css": "/app.css?id=d043bd4af528893790cc648d33110d1f"
|
"/app.css": "/app.css?id=58c1f24ac03f3ad2cd74f2b051540d40"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
@import "flex-callout-text";
|
@import "flex-callout-text";
|
||||||
@import "flex-accordian-content";
|
@import "flex-accordian-content";
|
||||||
@import "flex-intro-header";
|
@import "flex-intro-header";
|
||||||
|
@import "flex-four-column-blocks";
|
||||||
|
|
||||||
@import "top-image";
|
@import "top-image";
|
||||||
@import "intro-slide";
|
@import "intro-slide";
|
||||||
|
|||||||
11
src/scss/flex-four-column-blocks.scss
Normal file
11
src/scss/flex-four-column-blocks.scss
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
section.flex-four-column-blocks {
|
||||||
|
.icon-wrapper {
|
||||||
|
color: $c-brightRed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-wrapper {
|
||||||
|
strong {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user