summaryrefslogtreecommitdiff
path: root/src/css/design.scss
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-04-06 13:34:29 +0200
committerache <ache@ache.one>2021-04-06 13:48:19 +0200
commit6c78ad2d8b71fb556f43a9f749b70b9740850d42 (patch)
treefdfc666caa631bfd1e45c150079d88f5e85889c2 /src/css/design.scss
parentMake all (diff)
New Zen mode
Diffstat (limited to 'src/css/design.scss')
-rwxr-xr-xsrc/css/design.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/css/design.scss b/src/css/design.scss
index 930059c..43f4798 100755
--- a/src/css/design.scss
+++ b/src/css/design.scss
@@ -19,6 +19,30 @@ body {
word-wrap: break-word;
font-size: 16px;
}
+#harr {
+ cursor: pointer;
+}
+.hide_arrow {
+ position: fixed;
+ display: none;
+ top: 30%;
+ left: 303px;
+}
+.hide_arrow_show {
+ @media #{$gt-gsm} {
+ display: block;
+ }
+}
+.hide_arrow_off {
+ top: 30%;
+ left: 3px;
+
+
+ -moz-transform: scaleX(-1); /* Gecko */
+ -o-transform: scaleX(-1); /* Opera */
+ -webkit-transform: scaleX(-1); /* Webkit */
+ transform: scaleX(-1); /* Standard */
+}
#body_c {
background-repeat: no-repeat;
background-position: top left;