salix/front/core/components/date-picker/style.scss

26 lines
489 B
SCSS
Raw Normal View History

@import "colors";
2017-07-12 11:32:42 +00:00
vn-date-picker {
.mdl-chip__action {
2017-11-02 07:18:37 +00:00
position: absolute;
width: auto;
2017-07-12 11:32:42 +00:00
top: 0px;
right: -6px;
margin: 22px 0px;
background-color: white;
}
.mdl-textfield {
width: 100%;
}
2017-07-12 11:32:42 +00:00
.material-icons {
2017-11-02 07:18:37 +00:00
font-size: 18px;
float: right;
margin-right: 5px;
2017-07-12 11:32:42 +00:00
}
}
.flatpickr-months .flatpickr-month,
.flatpickr-weekdays,
span.flatpickr-weekday {
background-color: $main-01;
2017-07-12 11:32:42 +00:00
}