Fix EX badge colors
This commit is contained in:
parent
d9c8966f06
commit
6dae7d9f28
2 changed files with 8 additions and 3 deletions
|
|
@ -141,9 +141,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ExtraIndicator {
|
.ExtraIndicator {
|
||||||
background: var(--extra-purple-bg);
|
background: var(--extra-purple-secondary);
|
||||||
border-radius: $full-corner;
|
border-radius: $full-corner;
|
||||||
color: var(--extra-purple-text);
|
color: $grey-100;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: $bold;
|
font-weight: $bold;
|
||||||
font-size: $font-tiny;
|
font-size: $font-tiny;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.ExtraIndicator {
|
.ExtraIndicator {
|
||||||
background: var(--extra-purple-primary);
|
background: var(--extra-purple-secondary);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.Selected .ExtraIndicator {
|
||||||
|
background: var(--extra-purple-secondary);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.Text {
|
.Text {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue