WIP
This commit is contained in:
7
dist/app.css
vendored
7
dist/app.css
vendored
@@ -12540,6 +12540,13 @@ section.services-blocks .block svg {
|
||||
section.services-blocks .block h3, section.services-blocks .block .h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
section.services-blocks .block:nth-of-type(even) {
|
||||
background-color: #F2F2F2;
|
||||
color: #333333;
|
||||
}
|
||||
section.services-blocks .block:nth-of-type(even) h3, section.services-blocks .block:nth-of-type(even) .h3 {
|
||||
color: #063C5A;
|
||||
}
|
||||
section.services-blocks .block:first-of-type {
|
||||
background-color: #B9AF78;
|
||||
color: #fff;
|
||||
|
||||
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=5eac0e800d054e042b38219bfbe29f71"
|
||||
"/app.css": "/app.css?id=6604b597a4ff28bb9e89d0fc5ccd0818"
|
||||
}
|
||||
|
||||
@@ -19,6 +19,15 @@ section.services-blocks {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&:nth-of-type(even) {
|
||||
background-color: $c-offWhite;
|
||||
color: $c-textGrey;
|
||||
|
||||
h3 {
|
||||
color: $c-navy;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
background-color: $c-tan;
|
||||
color: $c-white;
|
||||
|
||||
Reference in New Issue
Block a user