Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Nov 11, 2022
1 parent c182a4c commit 9eb5bc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
display: flex;
height: 100%;
flex-direction: column;
padding: 1em;
z-index: 999;
padding: 1em;

.clear-btn {
margin: 0 !important;
Expand Down Expand Up @@ -303,6 +303,7 @@

.sui-multi-checkbox-facet__option-input-wrapper {
position: relative;

input.sui-multi-checkbox-facet__checkbox {
position: absolute;
width: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ body.searchlib-page {
.searchlib-block {
.ui.four.cards {
.ui.card.card-item {
font-size: 12px;
width: unset;
font-size: 12px;
min-width: 200px;
flex-basis: 200px;
flex-grow: 1;
Expand Down Expand Up @@ -144,8 +144,8 @@ body.searchlib-page {
}

.meta {
color: rgba(0, 0, 0, 0.4);
margin: 0;
color: rgba(0, 0, 0, 0.4);
}

.header {
Expand Down
4 changes: 2 additions & 2 deletions src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ body.searchlib-page {
}

.searchlib-block {
color: @deepBlue;
background-color: @white;
position: relative;
background-color: @white;
color: @deepBlue;

.ui.dimmer {
background-color: rgba(255, 255, 255, 0.5);
Expand Down

0 comments on commit 9eb5bc4

Please sign in to comment.