main.less: Adjust collapsible bottom fade
This commit is contained in:
parent
eed1672ed4
commit
1cb92064aa
|
@ -320,11 +320,11 @@ a:hover > .icon-cancel {
|
||||||
.collapsible.collapsed:not([data-toggle-element]) {
|
.collapsible.collapsed:not([data-toggle-element]) {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&:before, &:after {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
background: linear-gradient(rgba(255,255,255,0), white);
|
background: linear-gradient(fade(@gray-lighter, 0), @gray-lighter);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue