WIP
This commit is contained in:
1
dist/app.css
vendored
1
dist/app.css
vendored
@@ -12538,6 +12538,7 @@ 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;
|
||||||
|
|||||||
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=deacd1ceafb6b9ab71a87b1c5e9b5e0b"
|
"/app.css": "/app.css?id=f74d1f0531210b7364febc56b2a0d035"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ 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 {
|
||||||
@@ -28,6 +29,10 @@ section.services-blocks {
|
|||||||
h3 {
|
h3 {
|
||||||
color: $c-navy;
|
color: $c-navy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
|
|||||||
Reference in New Issue
Block a user