diff --git a/dist/app.css b/dist/app.css index 6fc45c7..1e79169 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12568,14 +12568,14 @@ section.services-blocks .block h3, section.services-blocks .block .h3 { } } @media (min-width: 992px) { - section.services-blocks .block:nth-child(2), section.services-blocks .block:nth-child(4) { + section.services-blocks .block:nth-child(2), section.services-blocks .block:nth-child(5) { background-color: #F2F2F2; color: #333333; } - section.services-blocks .block:nth-child(2) h3, section.services-blocks .block:nth-child(2) .h3, section.services-blocks .block:nth-child(4) h3, section.services-blocks .block:nth-child(4) .h3 { + section.services-blocks .block:nth-child(2) h3, section.services-blocks .block:nth-child(2) .h3, section.services-blocks .block:nth-child(5) h3, section.services-blocks .block:nth-child(5) .h3 { color: #063C5A; } - section.services-blocks .block:nth-child(2) svg, section.services-blocks .block:nth-child(4) svg { + section.services-blocks .block:nth-child(2) svg, section.services-blocks .block:nth-child(5) svg { filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(688%) hue-rotate(162deg) brightness(92%) contrast(88%); } } diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 6fc83e2..7d5428f 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=f6d7a5c0d62a58f5780370003333dbfa" + "/app.css": "/app.css?id=92c60005f6f1ddbf4bd65b641bbc8454" } diff --git a/src/scss/flex-services-blocks.scss b/src/scss/flex-services-blocks.scss index f396a5c..4871dee 100644 --- a/src/scss/flex-services-blocks.scss +++ b/src/scss/flex-services-blocks.scss @@ -50,7 +50,7 @@ section.services-blocks { } @include media-breakpoint-up(lg) { - &:nth-child(2), &:nth-child(4) { + &:nth-child(2), &:nth-child(5) { background-color: $c-offWhite; color: $c-textGrey;