Clean up empty code comments
This commit is contained in:
parent
34ae201572
commit
32fb3146f7
1 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
//
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -30,7 +29,6 @@
|
||||||
background: -moz-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%);
|
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