mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-08 16:48:17 +00:00
19 lines
236 B
SCSS
19 lines
236 B
SCSS
.dh-info-panel {
|
|
@include info-card();
|
|
|
|
&__title {
|
|
margin: 0;
|
|
font-weight: fw(normal, 6);
|
|
}
|
|
|
|
&__description {
|
|
margin: 0;
|
|
}
|
|
|
|
&__fine-print {
|
|
margin: 0;
|
|
font-size: small;
|
|
color: get-color(gray6);
|
|
}
|
|
}
|