/home/techb158/l2hypotheques.com/wp-content/themes/pylon/assets/sass
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;
}
}
}
}