10 lines
146 B
SCSS
Raw Normal View History

.entity-pill {
cursor: auto;
&__tier {
&--generic {
color: get-color(black);
background: get-color(slate2, 0.45);
}
}
}