Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-12-14 22:40:49 -05:00
parent af74487a66
commit ba1135a1c8

View file

@ -10761,6 +10761,17 @@ a.teaser {
background-position: center;
background-size: cover;
background-repeat: no-repeat; }
.hero-main::before {
position: absolute;
display: block;
top: 0;
right: 0;
left: 0;
height: 11em;
content: "";
background: -webkit-linear-gradient(top, #0d1e34 25%, rgba(13, 30, 52, 0) 100%);
background: -moz-linear-gradient(top, #0d1e34 25%, rgba(13, 30, 52, 0) 100%);
background: linear-gradient(to bottom, #0d1e34 25%, rgba(13, 30, 52, 0) 100%); }
.hero-main a .icon {
color: #BAB108; }
.hero-main a:hover .icon {