* Implement stackswitcher circular button. (#476)
parent
4ce96295f6
commit
d85d3f2f54
|
@ -277,7 +277,11 @@
|
||||||
******************/
|
******************/
|
||||||
|
|
||||||
@include exports("stackswitcher") {
|
@include exports("stackswitcher") {
|
||||||
stackswitcher button.text-button { min-width: 90px; } // FIXME aggregate with buttons
|
stackswitcher button {
|
||||||
|
&.text-button { min-width: 90px; } // FIXME aggregate with buttons
|
||||||
|
|
||||||
|
&.circular { min-width: 0; } // FIXME aggregate with buttons
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue