aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-05-15 22:21:06 -0400
committertaehoon <th.dev91@gmail.com>2019-05-19 14:28:29 -0400
commite01ffc67c687f3f916466f6838d4eefc3f5aa86d (patch)
tree621d72fded0dd0e0308d68703ef740a25e48d857 /src/App.scss
parent34ffcb028a9cf195f430a33d8c029ac4cc8b191d (diff)
move visibility-tray css in local scope
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/App.scss b/src/App.scss
index 962087b5..4a3ce144 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -625,13 +625,6 @@ nav {
text-align: right;
}
-.visibility-tray {
- display: flex;
- justify-content: space-between;
- flex-direction: row-reverse;
- padding-top: 5px;
-}
-
.visibility-notice {
padding: .5em;
border: 1px solid $fallback--faint;