Add wave background; blend elefriend in a bit more. #294.
This commit is contained in:
parent
cd1377de7f
commit
53cbc9933e
|
@ -52,6 +52,7 @@
|
||||||
|
|
||||||
.drawer__inner {
|
.drawer__inner {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
background: lighten($ui-base-color, 13%) url('~flavours/glitch/images/wave-drawer.png') no-repeat bottom / 100% auto;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -69,6 +70,7 @@
|
||||||
@for $i from 0 through 2 {
|
@for $i from 0 through 2 {
|
||||||
&.mbstobon-#{$i} {
|
&.mbstobon-#{$i} {
|
||||||
background: url("~flavours/glitch/images/mbstobon-ui-#{$i}.png") no-repeat left bottom / contain;
|
background: url("~flavours/glitch/images/mbstobon-ui-#{$i}.png") no-repeat left bottom / contain;
|
||||||
|
filter: saturate(80%) contrast(50%) brightness(50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue