Skip to content

Commit

Permalink
Refs #140518 - Modal facet order controls styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 8, 2021
1 parent 3dacc64 commit d17af77
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,26 @@ div.ui.modal.facet {
margin-bottom: 0.3em;
}

div.toggle-label {
cursor: pointer;
div.order-controls {
display: flex;
flex-wrap: wrap;
justify-content: space-between;

div.toggle-label {
cursor: pointer;
}

div.toggleSort {
padding-right: 0.5em;
padding-left: 0.5em;

div.toggle-label {
i.icon {
margin-left: 3px;
}
font-size: 14px;
}
}
}

.facet-title {
Expand Down Expand Up @@ -894,15 +912,6 @@ div.ui.modal.facet {
}
}
}

div.toggleSort {
div.toggle-label {
i.icon {
margin-left: 3px;
}
font-size: 14px;
}
}
}
}

Expand Down

0 comments on commit d17af77

Please sign in to comment.