Files
misode.github.io/custom.css
2019-06-18 18:38:17 +02:00

28 lines
415 B
CSS

.card.bg-info {
background-color: #91cdd6 !important;
}
.card.bg-success {
background-color: #91d8a1 !important;
}
.card.bg-secondary {
background-color: #adb5bd !important;
}
.card.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;
}