mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Mostly sidebar
This commit is contained in:
parent
2b6fa0c4df
commit
1599476881
1 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue