Skip to content

Commit

Permalink
Refs #139198 - WIP inline filter list styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 11, 2021
1 parent 04061bb commit 344862e
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -267,50 +267,51 @@ div#page-document {
}
}

div.filter-bar {
div.inline-filter-list {
button.show-filters {
font-size: 10px;
width: 180px;
float: left;
}
}

div.filter-list {
margin-top: 10px;
margin-bottom: 10px;
background-color: @s-medium-gray;
div.filter-list {
margin-top: 10px;
margin-bottom: 10px;
background-color: @s-medium-gray;

div.filter-list-header {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
div.filter-list-header {
padding-right: 0.5rem;
padding-left: 0.5rem;
}

div.filter-list-content {
position: relative;
top: -5px;
padding-right: 0.5rem !important;
padding-bottom: 0.5rem !important;
padding-left: 0.5rem !important;
}
div.filter-list-content {
position: relative;
top: -5px;
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;
}
.ui.inverted.accordion .title:not(.ui) {
color: @s-dark-gray;
}

div.filter-name {
position: relative;
top: 5px;
color: @s-dark-gray;
}
div.filter-name {
position: relative;
top: 5px;
color: @s-dark-gray;
}

.ui.divider {
border-top: 1px solid #000 !important;
}
.ui.divider {
border-top: 1px solid #000 !important;
}

div.ui.label {
background: white;
}
div.ui.label {
background: white;
}

button {
color: @s-dark-gray !important;
button {
color: @s-dark-gray !important;
}
}
}

Expand Down

0 comments on commit 344862e

Please sign in to comment.