More standardization color changes

This commit is contained in:
Alejandro Celaya
2020-12-12 16:55:01 +01:00
parent 7f7473c348
commit a013d40bf1
5 changed files with 8 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ html,
body,
#root {
height: 100%;
background: #f5f6fe;
background: $lightColor;
}
* {
@@ -44,6 +44,10 @@ body,
background-color: $mainColor;
}
.table-hover tbody tr:hover {
background-color: $lightColor;
}
.react-datepicker__input-container,
.react-datepicker-wrapper {
display: block !important;