Skip to content

Commit

Permalink
Refs #140518 - Use the same header title style for all facet modals.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 8, 2021
1 parent f19a7bb commit e47dca1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,15 @@ div.ui.modal.facet {
border: none;
background-color: initial;

.facet-title {
h3 {
margin: 0 1em 0 0;
font-size: 18px;
font-weight: 600;
}
display: flex;
}

div.multitermlist__facet__header {
display: flex;
flex-wrap: wrap;
Expand Down Expand Up @@ -888,15 +897,6 @@ div.ui.modal.facet {
}
}

.facet-title {
h3 {
margin: 0 1em 0 0;
font-size: 18px;
font-weight: 600;
}
display: flex;
}

div.ui.toggle.checkbox {
padding-right: 0.5em;
color: @sf-dark-gray !important;
Expand Down

0 comments on commit e47dca1

Please sign in to comment.