WIP
This commit is contained in:
8
dist/app.css
vendored
8
dist/app.css
vendored
@@ -12622,6 +12622,8 @@ section.blue-background-grid svg {
|
|||||||
width: 25%;
|
width: 25%;
|
||||||
height: auto;
|
height: auto;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
section.blue-background-grid .blocks {
|
section.blue-background-grid .blocks {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -12633,10 +12635,14 @@ section.blue-background-grid .blocks {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
section.blue-background-grid .blocks .block:first-of-type {
|
section.blue-background-grid .blocks .block:first-of-type {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
padding-right: 50%;
|
padding-right: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
section.blue-background-grid .blocks h3, section.blue-background-grid .blocks .h3 {
|
||||||
|
color: #B9AF78;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
|
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
|
||||||
color: #063C5A;
|
color: #063C5A;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=5c4b271ea53fee7f61a092337395cc64"
|
"/app.css": "/app.css?id=f9aa068377e8f0a7fc252e84458abffd"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ section.blue-background-grid {
|
|||||||
width: 25%;
|
width: 25%;
|
||||||
height: auto;
|
height: auto;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blocks {
|
.blocks {
|
||||||
@@ -28,9 +30,14 @@ section.blue-background-grid {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.block:first-of-type {
|
.block:first-of-type {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
padding-right: 50%;
|
padding-right: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
color: $c-tan;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user