parent
81271692b4
commit
c6cd4c56a6
|
@ -293,9 +293,10 @@
|
||||||
************/
|
************/
|
||||||
|
|
||||||
@include exports("separator") {
|
@include exports("separator") {
|
||||||
view separator, separator {
|
separator { // vbox and hbox separators
|
||||||
color: shade($bg_color, ($contrast + .1));
|
background: transparentize(black, .9);
|
||||||
border: 1px solid currentColor;
|
min-width: 1px;
|
||||||
|
min-height: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue