WIP
This commit is contained in:
3
dist/app.css
vendored
3
dist/app.css
vendored
@@ -12533,6 +12533,8 @@ section.services-blocks h2, section.services-blocks .h2 {
|
||||
}
|
||||
section.services-blocks .block {
|
||||
padding: 2rem 1.5rem;
|
||||
background-color: #075179;
|
||||
color: #fff;
|
||||
}
|
||||
section.services-blocks .block svg {
|
||||
margin-bottom: 1rem;
|
||||
@@ -12549,7 +12551,6 @@ section.services-blocks .block:nth-of-type(even) h3, section.services-blocks .bl
|
||||
}
|
||||
section.services-blocks .block:first-of-type {
|
||||
background-color: #B9AF78;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 {
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||
"/app.css": "/app.css?id=6604b597a4ff28bb9e89d0fc5ccd0818"
|
||||
"/app.css": "/app.css?id=deacd1ceafb6b9ab71a87b1c5e9b5e0b"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,8 @@ section.services-blocks {
|
||||
|
||||
.block {
|
||||
padding: 2rem 1.5rem;
|
||||
background-color: $c-lightNavy;
|
||||
color: $c-white;
|
||||
|
||||
svg {
|
||||
margin-bottom: 1rem;
|
||||
@@ -30,7 +32,6 @@ section.services-blocks {
|
||||
|
||||
&:first-of-type {
|
||||
background-color: $c-tan;
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user