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.
23 lines
495 B
23 lines
495 B
@import "../../bibase"; |
|
|
|
.bi-multidate-popup{ |
|
|
|
& .bi-multidate-popup-label { |
|
color:@color-bi-text-highlight; |
|
font-size:@font-size-14; |
|
} |
|
& .bi-multidate-popup-tab { |
|
} |
|
& .bi-multidate-popup-item{ |
|
&:active,&.active{ |
|
background-color: @color-bi-text-highlight; |
|
color: @color-bi-background-default; |
|
.border-corner-radius(@radius-2,@radius-2,0,0); |
|
} |
|
} |
|
|
|
& .bi-multidate-popup-button{ |
|
color:@color-bi-text-highlight; |
|
font-size:@font-size-14; |
|
} |
|
} |