diff options
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 7f8173d73..d2c6dbc0f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -137,6 +137,26 @@ textarea { background-color: $nav-pills-link-active-bg; } +#window-menu-title{ + font-size: 1.3em; +} + +#window-menu-control{ + font-size: 0.6em; + padding-top: 0.2em; +} + +#window-fixed-menu.hidden { + transform: rotate(270deg); + transform-origin: right bottom 0; +} + +#window-fixed-menu.hidden i.fa-times{ + transform: rotate(45deg); + transform-origin: 10px 10px 0; + padding-left: 0.1em; +} + #window h3{ background-color: $gray-400; } |