Commit compiled CSS
This commit is contained in:
parent
af74487a66
commit
ba1135a1c8
1 changed files with 11 additions and 0 deletions
|
@ -10761,6 +10761,17 @@ a.teaser {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat; }
|
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 {
|
.hero-main a .icon {
|
||||||
color: #BAB108; }
|
color: #BAB108; }
|
||||||
.hero-main a:hover .icon {
|
.hero-main a:hover .icon {
|
||||||
|
|
Loading…
Reference in a new issue