Skip to content

Commit

Permalink
Refs #139198 - Current filters - styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 12, 2021
1 parent a6bdcae commit 1901628
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ div#page-document {
}

div.mlt-card {
width: calc(100% - 16px);
width: calc(100% - 18px);
float: left;

div.col-left {
Expand Down Expand Up @@ -316,6 +316,12 @@ div#page-document {
div.filter-list-header {
padding-right: 0.5rem;
padding-left: 0.5rem;
font-size: 14px;

i.dropdown.icon {
position: relative;
top: 2px;
}
}

div.filter-list-content {
Expand All @@ -324,15 +330,25 @@ div#page-document {
padding-right: 0.5rem !important;
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
}

.ui.inverted.accordion .title:not(.ui) {
color: @s-dark-gray;
div.filter-list-item {
div.filter-name {
position: relative;
top: 3px;
color: @s-dark-gray;
font-size: 14px;
}

div.ui.labels {
div.label {
padding: 6px;
font-size: 14px;
}
}
}
}

div.filter-name {
position: relative;
top: 5px;
.ui.inverted.accordion .title:not(.ui) {
color: @s-dark-gray;
}

Expand Down

0 comments on commit 1901628

Please sign in to comment.