From 1599476881cdf09c98b04cc685a80f04b5a8253b Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 13 Oct 2019 23:48:52 +0100 Subject: [PATCH] Mostly sidebar --- app/css/custom.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/css/custom.css b/app/css/custom.css index e1d44caa..db43b9eb 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -139,3 +139,27 @@ pre.unstyled { .js-wifi-stations .card-body { min-height: 256px; } + +.sidebar.toggled .nav-item .nav-link span { + display: none; +} + +.sidebar .nav-item .nav-link i, +.sidebar .nav-item .nav-link span { + font-size: 1.0rem; +} + +.btn-warning:hover { + color: #000; +} + +/* change transition animation when sidebar is toggled */ +#accordionSidebar.toggled { + -webkit-transition-timing-function: ease; + -o-transition-timing-function: ease; + transition-timing-function: ease; + -webkit-transition-duration: .2s; + -o-transition-duration: .2s; + transition-duration: .2s; +} +