Commit compiled CSS
This commit is contained in:
parent
618d34c4a4
commit
eeb27a33ce
1 changed files with 13 additions and 13 deletions
|
@ -10779,7 +10779,12 @@ a.teaser {
|
||||||
|
|
||||||
.hero.is-blue {
|
.hero.is-blue {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #26599B; }
|
background-color: #26599B;
|
||||||
|
-moz-transition: all .2s linear;
|
||||||
|
-webkit-transition: all .2s linear;
|
||||||
|
-ms-transition: all .2s linear;
|
||||||
|
-o-transition: all .2s linear;
|
||||||
|
transition: all .2s linear; }
|
||||||
.hero.is-blue > .container > .hero-image > .hero-image-shadow {
|
.hero.is-blue > .container > .hero-image > .hero-image-shadow {
|
||||||
position: relative; }
|
position: relative; }
|
||||||
.hero.is-blue > .container > .hero-image > .hero-image-shadow:before {
|
.hero.is-blue > .container > .hero-image > .hero-image-shadow:before {
|
||||||
|
@ -10790,17 +10795,11 @@ a.teaser {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
box-shadow: inset 0 0 0 100vmax rgba(38, 89, 155, 0.5);
|
box-shadow: inset 0 0 0 100vmax rgba(38, 89, 155, 0.5); }
|
||||||
-moz-transition: all .3s linear;
|
.hero.is-blue:hover {
|
||||||
-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;
|
color: #FFFFFF;
|
||||||
background-color: #214d87; }
|
background-color: #214d87; }
|
||||||
.hero.is-blue:hover:hover > .container > .hero-image > .hero-image-shadow:before {
|
.hero.is-blue:hover > .container > .hero-image > .hero-image-shadow:before {
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.hero.is-marine {
|
.hero.is-marine {
|
||||||
|
@ -10968,6 +10967,7 @@ a.teaser {
|
||||||
.hero-person .container .hero-image img {
|
.hero-person .container .hero-image img {
|
||||||
display: block; }
|
display: block; }
|
||||||
.hero-person .container .hero-image .title {
|
.hero-person .container .hero-image .title {
|
||||||
|
position: relative;
|
||||||
margin-top: -1.5em;
|
margin-top: -1.5em;
|
||||||
margin-left: -1.25em;
|
margin-left: -1.25em;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue