diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-03-22 01:53:32 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:21 -0500 |
commit | 02d5a5267371f56764000fdd8b9007acf82c9ca6 (patch) | |
tree | 8f071575a6c82c283947239a926bccec19a778b5 /app | |
parent | 85a9dee9050de4a988bfedde36efbdeddfa96908 (diff) |
restore default drawer
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/drawer.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index 9f426448f..f467d61e0 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -312,21 +312,3 @@ height: 100%; background: rgba($base-overlay-background, 0.5); } - -@for $i from 0 through 3 { - .mbstobon-#{$i} .drawer__inner__mastodon { - @if $i == 3 { - background: url('~flavours/glitch/images/wave-drawer.png') no-repeat bottom / 100% auto, lighten($ui-base-color, 13%); - } @else { - background: url('~flavours/glitch/images/wave-drawer-glitched.png') no-repeat bottom / 100% auto, lighten($ui-base-color, 13%); - } - - & > .mastodon { - background: url("~flavours/glitch/images/mbstobon-ui-#{$i}.png") no-repeat left bottom / contain; - - @if $i != 3 { - filter: contrast(50%) brightness(50%); - } - } - } -} |