31 lines
485 B
SCSS
31 lines
485 B
SCSS
.page-container--welcome {
|
|
@apply bg-lhoist flex flex-col items-center justify-center text-center;
|
|
min-height: 100dvh;
|
|
|
|
.application-logo {
|
|
@apply mb-0;
|
|
&__title {
|
|
@apply text-white;
|
|
}
|
|
&__subtitle {
|
|
}
|
|
}
|
|
.truck-animation {
|
|
margin-top: -40px;
|
|
svg {
|
|
@apply max-h-96;
|
|
}
|
|
}
|
|
.interaction-buttons {
|
|
@apply flex items-stretch gap-6;
|
|
|
|
.cta--start,
|
|
.language-select {
|
|
@apply h-auto;
|
|
}
|
|
.cta--start {
|
|
@apply py-2;
|
|
}
|
|
}
|
|
}
|