mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 04:06:45 +00:00
20 lines
326 B
SCSS
20 lines
326 B
SCSS
.wherehows-entity-header-title {
|
|
display: inline-flex;
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
font-size: 24px;
|
|
font-weight: fw(normal, 6);
|
|
margin-right: item-spacing(2);
|
|
|
|
&__tags {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.nacho-pill {
|
|
&:first-child {
|
|
margin-left: item-spacing(2);
|
|
}
|
|
}
|
|
}
|
|
}
|