Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: _faq.scss
/* Faq 1 ---------------------------------- */ .accordion-card { margin-bottom: 25px; transition: 0.4s ease-in-out; box-shadow: 0px 5px 15px 0px rgba(42, 77, 113, 0.06); .accordion-button { font-size: 18px; font-weight: 500; font-family: $title-font; border: 0; color: $title-color; background-color: $white-color; border-radius: 5px; padding: 15px 60px 15px 25px; min-height: 55px; gap: 10px; margin-bottom: 0; text-align: left; transition: 0.3s; position: relative; &:after { content: "\f070"; @include equal-size(55px); height: 100%; line-height: 1; background-image: none; font-family: $icon-font; color: #9FAAB7; font-weight: 900; font-size: 1em; display: grid; justify-content: center; align-items: center; text-align: center; position: absolute; top: 0; right: 8px; } &:focus { outline: none; box-shadow: none; } &:not(.collapsed) { color: $white-color; background-color: $theme-color; box-shadow: none; border-radius: 5px 5px 0 0; // padding: 17px 70px 17px 25px; &:after { content: "\f06e"; color: $white-color; } } } .accordion-collapse { border: none; } .accordion-body { box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04); border-radius: 0 0 5px 5px; background-color: $white-color; padding: 23px 25px 30px 25px; } .faq-text { margin-bottom: -0.48em; } .faq-img { height: 100%; img { height: 100%; object-fit: cover; } } &:last-child { margin-bottom: 0; } } @include xs { .accordion-card .accordion-button { font-size: 16px; } }