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.
37 lines
611 B
37 lines
611 B
@import '../../../styles';
|
|
|
|
.landing-page {
|
|
padding: 6rem;
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 2rem;
|
|
|
|
color: $color-black;
|
|
|
|
&--container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1rem;
|
|
}
|
|
|
|
&--title {
|
|
font-size: 5rem;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
}
|
|
|
|
&--subtitle {
|
|
font-size: 1rem;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
}
|
|
|
|
&__button {
|
|
padding: .75rem 2rem;
|
|
background: $color-purple;
|
|
border-radius: 10px;
|
|
width: fit-content;
|
|
|
|
color: $color-white;
|
|
}
|
|
} |