forked from fanruan/fineui
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.
26 lines
477 B
26 lines
477 B
@import "../../index.less"; |
|
|
|
.bi-number-interval { |
|
&.hack { |
|
.border-radius(0px); |
|
} |
|
& .number-interval-big-combo { |
|
& .bi-icon-combo-trigger { |
|
& .icon-combo-trigger-icon { |
|
font-size: @font-size-14; |
|
} |
|
} |
|
} |
|
|
|
& .number-interval-small-combo { |
|
& .bi-icon-combo-trigger { |
|
& .icon-combo-trigger-icon { |
|
font-size: @font-size-14; |
|
} |
|
} |
|
} |
|
|
|
&.number-error .bi-input { |
|
color: @color-bi-text-failure !important; |
|
} |
|
} |