Move datepicker css and color fixes

This commit is contained in:
Randi Miller
2019-03-22 14:17:36 -04:00
parent bac9121153
commit c1767eca1b
3 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -1,6 +1,3 @@
@import '~client/assets/scss/colors.scss';
.vdp-datepicker .vdp-datepicker__calendar {
.cell:not(.blank):not(.disabled).day:hover {
@@ -13,11 +10,12 @@
.cell.selected:hover {
border-radius: 2px;
color: $white;
background: $purple-400;
background: $purple-300;
}
.cell.highlighted {
background: rgba($purple-400, 0.24);
color: $purple-200;
}
.cell.highlighted,
+1
View File
@@ -37,3 +37,4 @@
@import './iconalert';
@import './tiers';
@import './payments';
@import './datepicker.scss';
@@ -251,7 +251,6 @@
<style lang="scss">
@import '~client/assets/scss/colors.scss';
@import '~client/assets/scss/datepicker.scss';
#task-modal {
.modal-dialog.modal-sm {