mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 01:42:08 +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);
|
|
}
|
|
}
|
|
}
|