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

26 lines
495 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
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 {
2019-02-08 16:49:51 +00:00
background-color: $color-main;
2017-07-12 11:32:42 +00:00
}