parent
18188f7185
commit
9b71c04fc1
|
@ -31,18 +31,18 @@ body {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
&:after {
|
#layout:not(.minimal-layout) #sidebar:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
background: linear-gradient(to left, rgba(0,0,0,.1), rgba(0,0,0,0));
|
background: linear-gradient(to left, rgba(0,0,0,.1), rgba(0,0,0,0));
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
|
Loading…
Reference in New Issue