Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-12-14 14:46:00 -05:00
parent 618d34c4a4
commit eeb27a33ce

View file

@ -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,18 +10795,12 @@ 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; color: #FFFFFF;
-ms-transition: all .3s linear; background-color: #214d87; }
-o-transition: all .3s linear; .hero.is-blue:hover > .container > .hero-image > .hero-image-shadow:before {
transition: all .3s linear; } box-shadow: none; }
.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;
@ -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;