Files
tripwithbonus/styles/moover/animate.scss
2024-11-16 18:28:26 +03:00

33 lines
493 B
SCSS

.animate {
padding: 60px 40px 49px;
opacity: 0;
background-color: var(--color-black2);
border-radius: 30px;
color: white;
margin-bottom: 160px;
&.left {
transform: translateX(-180px);
}
&.right {
transform: translateX(180px);
}
&__link {
color: var(--color-orange);
text-decoration: underline !important;
}
.title {
margin-bottom: 25px;
max-width: 87%;
/*width: 90%;*/
}
.subtitle {
width: 47%;
margin: 0 auto 23px;
}
}