yunser-ui-vue
Version:
material design ui for vue2
42 lines (34 loc) • 771 B
text/less
.mu-calendar {
color: @datePickerCalendarTextColor;
}
.mu-calendar-year {
background-color: @datePickerCalendarYearBackgroundColor;
}
.mu-date-display{
background-color: @datePickerHeaderColor;
color: @datePickerTextColor;
}
.mu-day-button-bg {
background-color: @datePickerSelectColor;
}
.mu-day-button-text{
font-weight: 400;
position: relative;
color: @datePickerCalendarTextColor;
.mu-day-button.now & {
color: @datePickerSelectColor;
}
.mu-day-button.hover &,
.mu-day-button.selected &{
color: @datePickerSelectTextColor;
}
}
.mu-year-button-text {
color: @datePickerCalendarTextColor;
.mu-year-button.selected &{
color: @datePickerSelectColor;
}
.mu-year-button.hover &{
color: @datePickerSelectColor;
}
}