Skip to content

Commit

Permalink
Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Oct 7, 2022
1 parent fabe986 commit 8f24f0f
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@
.view-datahub-item {
color: @blue-grey-5;

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

.gradient {
background: none;
}

.subtitle > a {
color: inherit;
}
}

.search-action {
background-color: @blue-4;
}
Expand Down Expand Up @@ -128,18 +140,6 @@
}
}

.search-link {
display: inline-flex;
margin-bottom: 0.5em;
color: @blue-grey-5;
font-size: 14px;
font-weight: 500;

i {
margin-right: 0.3em;
}
}

.info-wrapper {
padding: 2em;
margin: 3em 0;
Expand Down Expand Up @@ -298,34 +298,34 @@
// }
// }

.dataset-header {
margin-bottom: 3em;
// .dataset-header {
// margin-bottom: 3em;

h1 {
color: @blue-grey-5;
}
// h1 {
// color: @blue-grey-5;
// }

.dataset-header-bottom {
color: @blue-grey-5;
font-size: 14px;
font-weight: 700;

.header-data:not(:last-child) {
position: relative;
display: inline-block;
padding-right: 1.5em;

&:after {
position: absolute;
top: 3px;
right: 10px;
height: 70%;
border-left: 2px solid @blue-grey-5;
content: ' ';
}
}
}
}
// .dataset-header-bottom {
// color: @blue-grey-5;
// font-size: 14px;
// font-weight: 700;

// .header-data:not(:last-child) {
// position: relative;
// display: inline-block;
// padding-right: 1.5em;

// &:after {
// position: absolute;
// top: 3px;
// right: 10px;
// height: 70%;
// border-left: 2px solid @blue-grey-5;
// content: ' ';
// }
// }
// }
// }

.format-label {
display: inline;
Expand Down

0 comments on commit 8f24f0f

Please sign in to comment.