You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
593 B
39 lines
593 B
.textslider { |
|
&__area { |
|
padding-top: 50px; |
|
padding-bottom: 50px; |
|
background-color: var(--black-2); |
|
|
|
@media #{$lg} { |
|
padding-top: 30px; |
|
padding-bottom: 30px; |
|
} |
|
|
|
.swiper-wrapper { |
|
transition-timing-function: linear; |
|
} |
|
} |
|
|
|
&__text { |
|
font-weight: 700; |
|
font-size: 100px; |
|
line-height: 100px; |
|
letter-spacing: -3px; |
|
text-transform: capitalize; |
|
color: var(--white); |
|
|
|
@media #{$xl} { |
|
font-size: 80px; |
|
} |
|
|
|
@media #{$lg} { |
|
font-size: 60px; |
|
} |
|
|
|
span { |
|
color: var(--main-color-one); |
|
} |
|
} |
|
|
|
|
|
} |