29 lines
522 B
SCSS
29 lines
522 B
SCSS
#onboarding-tour {
|
|
&-currency {
|
|
.next-slide {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.cta-buttons {
|
|
@extend %cta-buttons;
|
|
padding-bottom: 12vh;
|
|
}
|
|
#onboarding-illustration-currency-exchange-rate {
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
height: 40px;
|
|
line-height: 38px;
|
|
margin: 10px auto 0;
|
|
position: relative;
|
|
width: 140px;
|
|
z-index: 1;
|
|
}
|
|
.swiper-pagination {
|
|
&-bullet {
|
|
background: $soft-blue;
|
|
&-active {
|
|
background: $soft-blue;
|
|
}
|
|
}
|
|
}
|
|
}
|