Skip to content

Commit

Permalink
Datahub style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 18, 2023
1 parent 437930d commit ed5a27f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@
background-color: @blue-4;
}

.prod-id {
cursor: pointer;

i.icon {
position: relative;
top: 1px;
margin: 0;
font-size: 1.2em;
vertical-align: bottom;
}
}

#search-box {
background: @blue-4 !important;
}
Expand Down Expand Up @@ -224,15 +236,15 @@
align-items: center;

.item-protocol {
margin-left: 0.5em;
margin-left: 0.3em;
}

.icon {
margin-right: 0.5em;
margin-right: 0.3em;
}

.item-link {
margin: 0 0.5em;
margin: 0 0.3em;
}
}

Expand Down Expand Up @@ -356,7 +368,7 @@

.d-link {
display: flex;
align-items: flex-start;
align-items: center;
margin: 0.5em 0;
font-weight: 500;

Expand Down Expand Up @@ -437,6 +449,7 @@

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

span {
Expand Down

0 comments on commit ed5a27f

Please sign in to comment.