Updated dependencies

This commit is contained in:
Alejandro Celaya
2020-09-06 10:17:46 +02:00
parent 125b13e059
commit 58c9ef9b51
9 changed files with 2356 additions and 1536 deletions

View File

@@ -10,7 +10,7 @@
}
.date-input-container__input:not(:disabled) {
background-color: #fff !important;
background-color: #ffffff !important;
}
.date-input-container__icon {
@@ -29,6 +29,6 @@
.react-datepicker__close-icon.react-datepicker__close-icon:after {
right: .75rem;
line-height: 11px;
background-color: #333;
background-color: #333333;
font-size: 14px;
}

View File

@@ -10,8 +10,8 @@ $xlgMin: 1200px;
// Colors
$mainColor: #4696e5;
$lightHoverColor: #eee;
$lightGrey: #ddd;
$lightHoverColor: #eeeeee;
$lightGrey: #dddddd;
$dangerColor: #dc3545;
$mediumGrey: #dee2e6;