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 24, 2022
1 parent 3056010 commit c20b57d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,26 @@
}
}

.format-label {
display: inline;
padding: 0.2em 0.6em 0.3em;
margin: 0 5px;
background-color: @blue-5;
border-radius: 0.25em;
color: #fff;
font-size: 65%;
line-height: 1;
text-align: center;
vertical-align: middle;
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 c20b57d

Please sign in to comment.