40 lines
806 B
SCSS
40 lines
806 B
SCSS
#onboarding-tour {
|
|
&-currency {
|
|
.next-slide {
|
|
margin-top: 3rem;
|
|
}
|
|
}
|
|
.cta-buttons {
|
|
@extend %cta-buttons;
|
|
padding-bottom: 100px;
|
|
}
|
|
.onboarding-topic,
|
|
.onboarding-description,
|
|
.onboarding-tldr {
|
|
margin: 1rem 3rem .5rem;
|
|
}
|
|
.onboarding-topic {
|
|
font-size: 24px;
|
|
}
|
|
.onboarding-description {
|
|
font-size: 16px;
|
|
color: rgba(255,255,255,0.5);
|
|
}
|
|
.onboarding-tldr {
|
|
font-size: 18px;
|
|
margin-bottom: 1em;
|
|
}
|
|
#onboarding-illustration-currency-exchange-rate {
|
|
background-color: $soft-blue;
|
|
border-radius: $button-border-radius;
|
|
box-shadow: $subtle-box-shadow;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
height: 40px;
|
|
line-height: 38px;
|
|
margin: 10px auto 0;
|
|
position: relative;
|
|
width: 140px;
|
|
z-index: 1;
|
|
}
|
|
}
|