WIP
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12538,7 +12538,6 @@ section.services-blocks .block {
|
|||||||
}
|
}
|
||||||
section.services-blocks .block svg {
|
section.services-blocks .block svg {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
|
|
||||||
}
|
}
|
||||||
section.services-blocks .block h3, section.services-blocks .block .h3 {
|
section.services-blocks .block h3, section.services-blocks .block .h3 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -12550,6 +12549,9 @@ section.services-blocks .block:nth-of-type(even) {
|
|||||||
section.services-blocks .block:nth-of-type(even) h3, section.services-blocks .block:nth-of-type(even) .h3 {
|
section.services-blocks .block:nth-of-type(even) h3, section.services-blocks .block:nth-of-type(even) .h3 {
|
||||||
color: #063C5A;
|
color: #063C5A;
|
||||||
}
|
}
|
||||||
|
section.services-blocks .block:nth-of-type(even) svg {
|
||||||
|
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
|
||||||
|
}
|
||||||
section.services-blocks .block:first-of-type {
|
section.services-blocks .block:first-of-type {
|
||||||
background-color: #B9AF78;
|
background-color: #B9AF78;
|
||||||
}
|
}
|
||||||
|
|||||||
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=f74d1f0531210b7364febc56b2a0d035"
|
"/app.css": "/app.css?id=125870e5189a87c0e659686f2ed85640"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ section.services-blocks {
|
|||||||
|
|
||||||
svg {
|
svg {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
@@ -31,7 +30,7 @@ section.services-blocks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user