mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
sidebar: minimalism ftw, no need for box shadow
This commit is contained in:
parent
215cec0248
commit
b77e4e496e
1 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,10 @@ body #top-bar #navigation {
|
||||||
SIDE BAR
|
SIDE BAR
|
||||||
=================================================*/
|
=================================================*/
|
||||||
|
|
||||||
|
body.off-canvas .learn-sidebar .learn-brand {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
|
body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
border-left: 4px solid mediumturquoise;
|
border-left: 4px solid mediumturquoise;
|
||||||
|
|
Loading…
Reference in a new issue