Skip to content

Commit

Permalink
Update springisnow-volto-searchkit-block.less
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 16, 2023
1 parent c5d50b5 commit 450134a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@

.searchbar-wrapper {
display: flex;
align-items: center;
align-items: stretch;
.ui.fluid.action.input > input {
width: unset !important;
border-radius: 0;
// border-radius: 0;
border-color: rgba(0, 0, 0, 0.13) !important;
&:focus {
border-color: #85B7D9 !important;
Expand All @@ -54,6 +54,7 @@
color: #fff;
font-size: 1.2rem;
font-weight: 700;
border-radius: 0 0.28571429rem 0.28571429rem 0;
&.unselected {
opacity: 0;
}
Expand Down

0 comments on commit 450134a

Please sign in to comment.