/home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass
NameSizeModeActions
utility/-0755rm
variables/-0755rm
main.scss57860644editdlrm
_about.scss90140644editdlrm
_animations.scss18310644editdlrm
_blog-details.scss32980644editdlrm
_blog-sidebar.scss19890644editdlrm
_call-to-action.scss14410644editdlrm
_client-carousel.scss4680644editdlrm
_common.scss61170644editdlrm
_contact.scss25270644editdlrm
_credit-card.scss20460644editdlrm
_faq.scss29780644editdlrm
_features.scss70380644editdlrm
_footer.scss44690644editdlrm
_forms.scss11140644editdlrm
_fun-fact.scss18590644editdlrm
_google-map.scss1870644editdlrm
_how-works.scss7790644editdlrm
_mobile-nav.scss42070644editdlrm
_navigation.scss77860644editdlrm
_page-header.scss11690644editdlrm
_search-popup.scss14240644editdlrm
_services.scss108540644editdlrm
_slider.scss44860644editdlrm
_team.scss62820644editdlrm
_testimonials.scss22740644editdlrm
_trusted-company.scss24500644editdlrm
_video.scss27080644editdlrm
_why-choose.scss35030644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass/_credit-card.scss (2046B)
.credit-card { padding-top: 120px; padding-bottom: 60px; &__box { margin-bottom: 60px; text-align: center; &-image { border-radius: $border-radius; text-align: center; transition: all 500ms ease; background-color: #eff2f6; background-blend-mode: multiply; > img { max-width: 100%; padding: 34px; } } &:hover &-image { background-color: #fff; box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); } h3 { color: $thm-black; font-size: 24px; margin: 0; font-weight: 500; margin-top: 30px; margin-bottom: 10px; a { color: inherit; transition: all 500ms ease; } } p { margin: 0; color: $thm-color; width: 100%; max-width: 291px; margin-left: auto; margin-right: auto; } } &__link { background-color: #fff; box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); border-radius: 50%; width: 68px; height: 68px; font-size: 32px; display: inline-flex; align-items: center; justify-content: center; text-align: center; color: $thm-color; margin-top: 20px; transition: all 500ms ease; } &__box:hover &__link { background-color: $thm-primary; color: #fff; } } .credit-card__details { padding-top: 120px; padding-bottom: 0; .about-two__image { display: inline-block; &::before { width: 100%; height: calc(100% - 60px); background-color: $thm-primary; top: 30px; left: -30px; } > img { position: relative; z-index: 10; } } .about-two__content .block-title h2 { letter-spacing: -.01em; } .about-two__list { li { flex: 0 0 100%; + li { margin-top: 3px; } } } }