mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-07 04:11:46 +01:00
10 lines
198 B
CSS
10 lines
198 B
CSS
.commander-alert {
|
|
padding: 0.75rem 1.25rem;
|
|
margin-bottom: 1rem;
|
|
border: 1px dotted gray;
|
|
border-radius: 0.25rem;
|
|
color: #0c5460;
|
|
background-color: #d1ecf1;
|
|
border-color: #bee5eb;
|
|
|
|
} |