fix: indicator pill color mixin
This commit is contained in:
parent
c6e83bdd99
commit
e79db2a7ba
1 changed files with 3 additions and 3 deletions
|
|
@ -39,10 +39,10 @@
|
|||
}
|
||||
|
||||
@mixin indicator-pill-color($color) {
|
||||
background: var(--indicator-red-bg);
|
||||
color: var(--indicator-red);
|
||||
background: var(--indicator-#{$color}-bg);
|
||||
color: var(--indicator-#{$color});
|
||||
&::before, &::after {
|
||||
background: var(--indicator-red);
|
||||
background: var(--indicator-#{$color});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue