mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
[FIX] Ensure the modifier is only applied to elements with the base class
This commit is contained in:
parent
f728c786b3
commit
5e70dab11f
@ -74,19 +74,19 @@
|
||||
}
|
||||
|
||||
/* Variations */
|
||||
.aa-callout-danger {
|
||||
.aa-callout.aa-callout-danger {
|
||||
border-left-color: var(--bs-danger);
|
||||
}
|
||||
|
||||
.aa-callout-info {
|
||||
.aa-callout.aa-callout-info {
|
||||
border-left-color: var(--bs-info);
|
||||
}
|
||||
|
||||
.aa-callout-success {
|
||||
.aa-callout.aa-callout-success {
|
||||
border-left-color: var(--bs-success);
|
||||
}
|
||||
|
||||
.aa-callout-warning {
|
||||
.aa-callout.aa-callout-warning {
|
||||
border-left-color: var(--bs-warning);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user