Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Mar 1, 2024
1 parent 8a92d14 commit 5f66428
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/theme/solrsearch.less
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@
flex: 1 1 auto;
}
.dimmer {
width: 100px;
height: 100px;
top: 50% !important;
left: 50% !important;
width: 100px;
height: 100px;
position: fixed !important;
opacity: 0.9;
border: 1px solid lightgray;
opacity: 0.9;
}
.searchConditions {
width: 220px;
Expand All @@ -265,8 +265,8 @@
padding-bottom: 1rem;
margin-bottom: 2em;
.searchConditionsFieldHeader {
font-weight: bold;
margin-right: 1em;
font-weight: bold;
.searchConditionsFieldSearch {
width: 100%;
margin-top: 0.5rem;
Expand Down Expand Up @@ -311,8 +311,8 @@
white-space: nowrap;
}
.searchConditionsCounter {
flex: 0 0 auto;
width: 2em;
flex: 0 0 auto;
font-weight: bold;
text-align: center;
}
Expand Down

0 comments on commit 5f66428

Please sign in to comment.