DG MS; add hatched texture to new stream [ci skip]
This commit is contained in:
parent
20360b5cc5
commit
0c7492b94d
1 changed files with 4 additions and 2 deletions
|
|
@ -374,11 +374,13 @@
|
|||
.background {
|
||||
@include box-shadow(-2px, 0, 7px, rgba(0,0,0,0.8));
|
||||
position : fixed;
|
||||
background-color : cyan;
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
|
||||
background-color : #333;
|
||||
background : {
|
||||
color : #333;
|
||||
image : image_url("hatched-bg-dark.png");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue