mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 05:00:58 +08:00
15 lines
193 B
SCSS
15 lines
193 B
SCSS
.login-welcome-header {
|
|
.login-title {
|
|
font-size: var(--font-up-5);
|
|
}
|
|
|
|
.login-subheader {
|
|
font-size: var(--font-0);
|
|
}
|
|
|
|
.waving-hand {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
}
|