Skip to content

Commit

Permalink
Datahub style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Nov 29, 2022
1 parent d9c49e4 commit fe1d574
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
background-color: @blue-4;
}

.eea.banner {
background: @blue-4;

.gradient {
background: none;
}
}

#search-box {
background: @blue-4 !important;
}
Expand Down Expand Up @@ -35,7 +43,7 @@
/**
* Tabs
*/
.ui.secondary.pointing.content-section-tabs.menu {
.ui.secondary.pointing.menu {
a.item {
color: @blue-grey-5;

Expand Down Expand Up @@ -215,7 +223,7 @@

.metadata-section,
.section-wrapper {
margin-top: 2em;
margin: 2em 0;
}

.formats {
Expand All @@ -225,22 +233,28 @@
.dataset-content {
display: flex;
justify-content: space-between;
font-size: 14px;

> div {
margin-bottom: 1em;
}
}

.dataset-pdf {
.pdf-btn {
.d-link {
margin: 0;
font-weight: 500;
}
}

.pdf-btn {
margin-top: 2em;
.d-link {
margin: 0.5em 0;
font-weight: 500;
display: flex;
align-items: flex-start;

i {
margin-right: 5px;
}

a {
color: inherit;
Expand Down

0 comments on commit fe1d574

Please sign in to comment.