mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-25 06:33:07 +01:00
20 lines
No EOL
328 B
SCSS
20 lines
No EOL
328 B
SCSS
.app-welcome {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
& > div {
|
|
max-width: 600px;
|
|
align-items: center;
|
|
}
|
|
&__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);
|
|
}
|
|
} |