2021-12-19 10:28:41 +05:30
|
|
|
@use '../../partials/flex';
|
|
|
|
|
|
2021-07-28 18:45:52 +05:30
|
|
|
.app-welcome {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
& > div {
|
2021-12-19 10:28:41 +05:30
|
|
|
@extend .cp-fx__column--c-c;
|
2021-07-28 18:45:52 +05:30
|
|
|
max-width: 600px;
|
|
|
|
|
}
|
|
|
|
|
&__logo {
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
}
|
|
|
|
|
&__heading {
|
|
|
|
|
margin: var(--sp-extra-loose) 0 var(--sp-tight);
|
|
|
|
|
color: var(--tc-surface-high);
|
|
|
|
|
}
|
|
|
|
|
&__subheading {
|
|
|
|
|
color: var(--tc-surface-normal);
|
|
|
|
|
}
|
|
|
|
|
}
|