Delete code that was commented out before i accidentally uncommented it
so, // at the start and // at the end, even on lines by themselves, are not empty comments in Sass but apparently a multiline commenting out everything in between them.
This commit is contained in:
parent
38018874ce
commit
8a43d60d44
1 changed files with 0 additions and 12 deletions
|
@ -17,18 +17,6 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
&::before {
|
|
||||||
position: absolute;
|
|
||||||
display: block;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
height: 11em;
|
|
||||||
content: "";
|
|
||||||
background: -webkit-linear-gradient(top, rgba(13,30,52,1) 25%,rgba(13,30,52,0) 100%);
|
|
||||||
background: -moz-linear-gradient(top, rgba(13,30,52,1) 25%, rgba(13,30,52,0) 100%);
|
|
||||||
background: linear-gradient(to bottom, rgba(13,30,52,1) 25%,rgba(13,30,52,0) 100%);
|
|
||||||
}
|
|
||||||
a .icon {
|
a .icon {
|
||||||
color: $dandelion;
|
color: $dandelion;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue