Skip to content

Commit

Permalink
Datasets style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Aug 25, 2022
1 parent c20b57d commit 5662182
Showing 1 changed file with 17 additions and 26 deletions.
43 changes: 17 additions & 26 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -83,33 +83,30 @@
color: @blue-grey-5;
}

.dataset-tab-setion {
margin: 2em 0;
.ui.accordion .list .item {
> .content {
display: flex;
align-items: center;

.ui.accordion {
.title {
color: @blue-grey-5;
.item-protocol {
margin-left: 0.5em;
}

.dataset-description {
margin-bottom: 1.5em;
.icon {
margin-right: 0.5em;
}
}

.ui.pointing.secondary.menu {
.item {
color: @blue-grey-6 !important;
}

.active.item {
border-color: @blue-5 !important;
color: @blue-5 !important;
.item-link {
margin: 0 0.5em;
}
}

.ui.segment.tab {
border: none;
background-color: transparent;
.item-description {
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
font-size: 80%;
-webkit-line-clamp: 3;
}
}

Expand Down Expand Up @@ -277,7 +274,7 @@
.format-label {
display: inline;
padding: 0.2em 0.6em 0.3em;
margin: 0 5px;
margin-right: 5px;
background-color: @blue-5;
border-radius: 0.25em;
color: #fff;
Expand All @@ -288,12 +285,6 @@
white-space: nowrap;
}

.title-wrapper {
display: flex;
align-items: center;
gap: 1em;
}

.dataset-item {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 5662182

Please sign in to comment.