forked from CGM_Public/pretix_original
[A11y] fix color-contrast for event-list status-bubbles
This commit is contained in:
committed by
GitHub
parent
da91f5f117
commit
e5b89e9b08
@@ -536,7 +536,7 @@ h2 .label {
|
||||
}
|
||||
|
||||
|
||||
.textbubble-success, .textbubble-info, .textbubble-warning, .textbubble-danger {
|
||||
.textbubble-success, .textbubble-success-warning, .textbubble-info, .textbubble-warning, .textbubble-danger {
|
||||
padding: 0 .4em;
|
||||
border-radius: $border-radius-base;
|
||||
font-weight: bold;
|
||||
@@ -553,6 +553,13 @@ h2 .label {
|
||||
color: var(--pretix-brand-success);
|
||||
}
|
||||
}
|
||||
.textbubble-success-warning {
|
||||
color: var(--pretix-brand-success-shade-42);
|
||||
background: linear-gradient(to right, var(--pretix-brand-warning-tint-85), var(--pretix-brand-success-tint-85) 50%);
|
||||
.fa {
|
||||
color: var(--pretix-brand-warning);
|
||||
}
|
||||
}
|
||||
.textbubble-info {
|
||||
color: var(--pretix-brand-info-shade-42);
|
||||
background: var(--pretix-brand-info-tint-85);
|
||||
|
||||
Reference in New Issue
Block a user