From ee591f7a95f6e8e5c78316a9e019912367bb9e4f Mon Sep 17 00:00:00 2001 From: kreafox Date: Mon, 5 Sep 2022 12:06:16 +0300 Subject: [PATCH] Cleanup --- src/SearchBlock/less/datahub.less | 100 +++++++++++++++--------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/src/SearchBlock/less/datahub.less b/src/SearchBlock/less/datahub.less index 779df7b26..8487f068f 100644 --- a/src/SearchBlock/less/datahub.less +++ b/src/SearchBlock/less/datahub.less @@ -68,7 +68,7 @@ /** * Datahub item view */ -.dataset-view { +.view-datahub-item { color: @blue-grey-5; .dataset-container { @@ -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;