discourse/app/assets/stylesheets/mobile/components/welcome-header.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
193 B
SCSS
Raw Normal View History

.login-welcome-header {
.login-title {
font-size: var(--font-up-5);
}
.login-subheader {
font-size: var(--font-0);
}
.waving-hand {
width: 30px;
height: 30px;
}
}