Skip to content

Commit

Permalink
Datasets listing CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Aug 12, 2022
1 parent 2931827 commit 96ead9a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@
.dataset-tab-setion {
margin: 2em 0;

.ui.accordion {
.title {
color: @blue-grey-5;
}

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

.ui.pointing.secondary.menu {
.item {
color: @blue-grey-6 !important;
Expand Down Expand Up @@ -266,3 +276,12 @@
}
}
}

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

span {
font-weight: 500;
}
}

0 comments on commit 96ead9a

Please sign in to comment.