Color alias for tags
This commit is contained in:
parent
6160d8af84
commit
cf5f77fe4c
|
@ -8,7 +8,8 @@
|
|||
line-height: 1;
|
||||
height: 1.5em;
|
||||
|
||||
&.is-pending {
|
||||
&.is-pending,
|
||||
&.is-light {
|
||||
background: $grey-blue;
|
||||
color: findColorInvert(darken($grey-blue, 10%));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue