Change card background colors and restructure parenting

This commit is contained in:
Misode
2019-06-18 15:52:01 +02:00
parent 05abec2399
commit dfe1cbf246
3 changed files with 193 additions and 88 deletions

27
custom.css Normal file
View File

@@ -0,0 +1,27 @@
.bg-info {
background-color: #91cdd6 !important;
}
.bg-success {
background-color: #91d8a1 !important;
}
.bg-secondary {
background-color: #adb5bd !important;
}
.bg-dark {
background-color: #646b72 !important;
}
.dropdown-item {
cursor: pointer;
}
textarea.invalid {
border-color: red !important;
}
.scrollable-menu {
height: auto;
max-height: 300px;
overflow-x: hidden;
}