Restyled cards, background and shadows

This commit is contained in:
Alejandro Celaya
2020-12-12 10:56:10 +01:00
parent bf1b59c0d8
commit 143a05cab1
10 changed files with 26 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ html,
body,
#root {
height: 100%;
background: #f5f6fe;
}
* {
@@ -16,6 +17,18 @@ body,
background-color: $mainColor !important;
}
.card {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.card-header {
background-color: white;
}
.card-footer {
background-color: rgba(255, 255, 255, .5);
}
.dropdown-item:not(:disabled) {
cursor: pointer;
}