Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 5, 2022
1 parent ae406ea commit ee591f7
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
/**
* Datahub item view
*/
.dataset-view {
.view-datahub-item {
color: @blue-grey-5;

.dataset-container {
Expand Down Expand Up @@ -230,55 +230,55 @@
}
}

.temporal-coverage {
display: flex;
align-items: center;
margin: 2em 0;

.time-range {
position: relative;
display: flex;
align-items: center;
padding: 0.5em 1em;
background-color: @darkCerulean;
color: white;
font-size: 23px;
font-weight: 700;

span {
margin: 0 10px;
line-height: 19px;
}

&:before,
&:after {
position: absolute;
top: -6px;
width: 6px;
height: 125%;
background-color: @darkCerulean;
content: ' ';
}

&:before {
left: 0;
}

&:after {
right: 0;
}
}

.side-year {
display: flex;
align-items: center;
padding: 0.2em 1.3em;
background-color: #d2d9de;
color: white;
font-size: 19px;
font-weight: 500;
}
}
// .temporal-coverage {
// display: flex;
// align-items: center;
// margin: 2em 0;

// .time-range {
// position: relative;
// display: flex;
// align-items: center;
// padding: 0.5em 1em;
// background-color: @darkCerulean;
// color: white;
// font-size: 23px;
// font-weight: 700;

// span {
// margin: 0 10px;
// line-height: 19px;
// }

// &:before,
// &:after {
// position: absolute;
// top: -6px;
// width: 6px;
// height: 125%;
// background-color: @darkCerulean;
// content: ' ';
// }

// &:before {
// left: 0;
// }

// &:after {
// right: 0;
// }
// }

// .side-year {
// display: flex;
// align-items: center;
// padding: 0.2em 1.3em;
// background-color: #d2d9de;
// color: white;
// font-size: 19px;
// font-weight: 500;
// }
// }

.dataset-header {
margin-bottom: 3em;
Expand Down

0 comments on commit ee591f7

Please sign in to comment.