forked from fanruan/fineui
guy
3 years ago
1 changed files with 5 additions and 5 deletions
@ -1,13 +1,13 @@ |
|||||||
@import "../../index"; |
@import "../../index"; |
||||||
|
|
||||||
.bi-segment-button { |
.bi-segment-button { |
||||||
@transition: color .3s,background .3s,border-color .3s,box-shadow .3s; |
@transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s; |
||||||
.transition(@transition); |
.transition(@transition); |
||||||
color: @color-bi-text-highlight; |
color: @color-bi-text-highlight; |
||||||
} |
} |
||||||
|
|
||||||
.bi-line-segment-button{ |
.bi-line-segment-button { |
||||||
.line-segment-button-line{ |
.line-segment-button-line { |
||||||
.transition(background .3s); |
.transition(background 0.3s); |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue