mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
28 lines
395 B
CSS
28 lines
395 B
CSS
.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;
|
|
}
|