mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +00:00
10 lines
166 B
SCSS
10 lines
166 B
SCSS
.pii-dataset {
|
|
@include pill(get-color(orange5), get-color(white));
|
|
line-height: item-spacing(5);
|
|
|
|
&--small {
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
}
|
|
}
|