Browse Source
Add wave background; blend elefriend in a bit more. #294.
closed-social-glitch-2
David Yip
6 years ago
No known key found for this signature in database
GPG Key ID: 7DA0036508FCC0CC
1 changed files with
2 additions and
0 deletions
-
app/javascript/flavours/glitch/styles/components/drawer.scss
|
|
@ -52,6 +52,7 @@ |
|
|
|
|
|
|
|
.drawer__inner { |
|
|
|
position: absolute; |
|
|
|
background: lighten($ui-base-color, 13%) url('~flavours/glitch/images/wave-drawer.png') no-repeat bottom / 100% auto; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
box-sizing: border-box; |
|
|
@ -69,6 +70,7 @@ |
|
|
|
@for $i from 0 through 2 { |
|
|
|
&.mbstobon-#{$i} { |
|
|
|
background: url("~flavours/glitch/images/mbstobon-ui-#{$i}.png") no-repeat left bottom / contain; |
|
|
|
filter: saturate(80%) contrast(50%) brightness(50%); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|