Skip to content

Commit

Permalink
Refs #139198 - Modal styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 12, 2021
1 parent 77f5c6b commit a185b16
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -617,34 +617,29 @@ div.ui.modal.facet {
.facet-title {
h3 {
margin: 0 1em 0 0;
font-size: 18px;
font-weight: 600;
}
display: flex;
}

// h3 {
// width: 30%;
// float: left;
// font-size: 18px;
// font-weight: 600;
// }
//
// div.search {
// width: 40%;
// float: left;
//
// input.multitermlist__search__text-input {
// width: calc(100% - 30px);
// }
// }
//
// div.toggleSort {
// width: 15%;
// float: right;
//
// div.toggle-label {
// font-size: 14px;
// }
// }
div.ui.toggle.checkbox {
color: @sf-dark-gray !important;
font-size: 14px;

label {
color: @sf-dark-gray !important;
}
}

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

Expand Down

0 comments on commit a185b16

Please sign in to comment.