Skip to content

Commit

Permalink
searchbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Nov 4, 2024
1 parent 6bd7c73 commit 106c3db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2591,10 +2591,6 @@ text-align: start;
.wbfaqaccordion {
border-radius: 20px;
box-shadow: -5px 0px 10px 0px #00000005;

box-shadow: 5px 0px 10px 0px #00000005;

box-shadow: 0px 12px 30px 0px #0000000D;
}

.wbfaqaccordion .card, .wbfaqaccordion .card-header {
Expand Down Expand Up @@ -2670,4 +2666,8 @@ box-shadow: 0px 12px 30px 0px #0000000D;

.wbfaqaccordion {
list-style: none !important;
}

#wb_faq_searchbox .wbfaqaccordion {
box-shadow: none;
}

0 comments on commit 106c3db

Please sign in to comment.