mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 17:59:24 +00:00
15 lines
300 B
SCSS
15 lines
300 B
SCSS
.deprecated-dataset {
|
|
@include pill(set-color(red, maroonflush), set-color(white, base));
|
|
margin-top: item-spacing(3);
|
|
line-height: item-spacing(5);
|
|
}
|
|
|
|
.dataset-deprecation-toggle {
|
|
@include nacho-container;
|
|
margin: item-spacing(3 0);
|
|
|
|
&__actions {
|
|
margin-top: item-spacing(2);
|
|
}
|
|
}
|