weitere Bearibeitung
This commit is contained in:
@@ -383,6 +383,25 @@ th {
|
||||
border: 1px solid rgba(143, 69, 24, 0.16);
|
||||
}
|
||||
|
||||
.alert {
|
||||
margin-bottom: 1rem;
|
||||
padding: 1rem 1.2rem;
|
||||
border-radius: 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
background: rgba(18, 79, 71, 0.08);
|
||||
border: 1px solid rgba(18, 79, 71, 0.16);
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
.alert-error {
|
||||
background: var(--danger);
|
||||
border: 1px solid rgba(143, 69, 24, 0.16);
|
||||
color: var(--primary-strong);
|
||||
}
|
||||
|
||||
.code-block {
|
||||
overflow: auto;
|
||||
padding: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user