new options

This commit is contained in:
Mateusz Gruszczyński
2025-11-03 12:51:01 +01:00
parent 3763a60adf
commit bdc9231ea3
2 changed files with 12 additions and 52 deletions

View File

@@ -35,36 +35,6 @@
white-space: nowrap;
}
/* Alert styling */
.alert {
border-radius: 6px;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.alert-success {
background-color: #d4edda;
border-color: #c3e6cb;
color: #155724;
}
.alert-danger {
background-color: #f8d7da;
border-color: #f5c6cb;
color: #721c24;
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeaa7;
color: #856404;
}
.alert-info {
background-color: #d1ecf1;
border-color: #bee5eb;
color: #0c5460;
}
@media (max-width: 768px) {
.CodeMirror {
height: 300px !important;