Commit compiled CSS
This commit is contained in:
parent
d418c47aa3
commit
265e70a7e8
1 changed files with 22 additions and 0 deletions
|
@ -10780,6 +10780,28 @@ a.teaser {
|
||||||
.hero.is-blue {
|
.hero.is-blue {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #26599B; }
|
background-color: #26599B; }
|
||||||
|
.hero.is-blue > .container > .hero-image > .hero-image-shadow {
|
||||||
|
position: relative; }
|
||||||
|
.hero.is-blue > .container > .hero-image > .hero-image-shadow:before {
|
||||||
|
content: "";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
box-shadow: inset 0 0 0 100vmax rgba(38, 89, 155, 0.5);
|
||||||
|
-moz-transition: all .3s linear;
|
||||||
|
-webkit-transition: all .3s linear;
|
||||||
|
-ms-transition: all .3s linear;
|
||||||
|
-o-transition: all .3s linear;
|
||||||
|
transition: all .3s linear; }
|
||||||
|
|
||||||
|
.hero.is-blue:hover {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #214d87; }
|
||||||
|
.hero.is-blue:hover:hover > .container > .hero-image > .hero-image-shadow:before {
|
||||||
|
box-shadow: none; }
|
||||||
|
|
||||||
.hero.is-marine {
|
.hero.is-marine {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
Loading…
Reference in a new issue