mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 09:52:40 +00:00
10 lines
146 B
SCSS
10 lines
146 B
SCSS
|
|
.entity-pill {
|
||
|
|
cursor: auto;
|
||
|
|
&__tier {
|
||
|
|
&--generic {
|
||
|
|
color: get-color(black);
|
||
|
|
background: get-color(slate2, 0.45);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|