mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 20:15:56 +00:00
14 lines
239 B
SCSS
14 lines
239 B
SCSS
.dataset-entity-header {
|
|
background-color: white;
|
|
padding-top: item-spacing(5);
|
|
}
|
|
|
|
.dataset-entity-tabs {
|
|
background-color: white;
|
|
|
|
///overrides library styles to match design spec
|
|
.ivy-tabs-tablist {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|