Added padding to Login button

This commit is contained in:
rewphus 2017-11-15 14:49:34 -06:00 committed by GitHub
parent dbaced7ecf
commit f202d3d285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,7 +267,7 @@ button#new-account-link {
}
button#login-link,
button#new-account-link {
padding-left: initial;
padding-left: 20px;
padding-right: inherit;
}
#create-topic.btn-default {
@ -306,4 +306,4 @@ button#new-account-link {
right: -40% !important;
}
}
}
}