initial commit
This commit is contained in:
20
src/app/organisms/welcome/Welcome.scss
Normal file
20
src/app/organisms/welcome/Welcome.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user