You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
342 B
16 lines
342 B
@import "../../index"; |
|
|
|
.bi-segment-button { |
|
@transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s; |
|
.transition(@transition); |
|
color: @color-bi-text-segment-button; |
|
} |
|
|
|
.bi-line-segment-button { |
|
.line-segment-button-line { |
|
.transition(background 0.3s); |
|
} |
|
&.active, &:active { |
|
font-weight: bold; |
|
} |
|
}
|
|
|