WIP
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12534,8 +12534,12 @@ section.services-blocks h2, section.services-blocks .h2 {
|
||||
section.services-blocks .block {
|
||||
padding: 1rem;
|
||||
}
|
||||
section.services-blocks .block svg {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
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=9981efae2d3595e322fbf58a6550c8cc"
|
||||
"/app.css": "/app.css?id=6bd9da49db887c3c78f84abd19cc5eb2"
|
||||
}
|
||||
|
||||
@@ -11,8 +11,13 @@ section.services-blocks {
|
||||
.block {
|
||||
padding: 1rem;
|
||||
|
||||
svg {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
background-color: $c-tan;
|
||||
color: $c-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user