guy 3 years ago
parent
commit
000912b531
  1. 2
      src/less/base/single/button/switch.less

2
src/less/base/single/button/switch.less

@ -3,11 +3,13 @@
.bi-switch{
.border-radius(40px 40px 40px 40px);
background-color: @color-bi-background-switch;
.transition(all .2s);
&.active {
background-color: @color-bi-background-active-switch;
}
& .circle-button{
.border-radius(9px 9px 9px 9px);
.transition(all .2s ease-in-out);
}
&.disabled {
background-color: @color-bi-background-disabled-switch;

Loading…
Cancel
Save