You've already forked snikket-web-portal
Tweak the font sizes on the login page a little
It’s nicer if the domain name is larger than the main text.
This commit is contained in:
@@ -666,11 +666,12 @@ nav.usermenu > .avatar {
|
|||||||
|
|
||||||
body#login {
|
body#login {
|
||||||
.form {
|
.form {
|
||||||
font-size: nth($h-sizes, 4);
|
font-size: nth($h-sizes, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-title {
|
.form-title {
|
||||||
color: $primary-200;
|
color: $primary-200;
|
||||||
|
font-size: nth($h-sizes, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user