mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
portico: Refactor input scss.
This commit modifies the padding and margin of the input selector so that is uses sane values such as 25ps top margin, 5px bottom margin and 10px top and bottom padding rather than trying to make uneven values balance each other out. (old values are 25px top margin, 4px bottom margin, 9px top padding, 11px bottom padding)
This commit is contained in:
parent
4d17abee82
commit
c695d68c8d
@ -399,8 +399,8 @@ html {
|
||||
input[type=text],
|
||||
input[type=email],
|
||||
input[type=password] {
|
||||
padding: 9px 32px 11px 12px;
|
||||
margin: 25px 0 4px;
|
||||
padding: 10px 32px 10px 12px;
|
||||
margin: 25px 0 5px;
|
||||
|
||||
font-family: "Source Sans Pro";
|
||||
font-size: 1.2rem;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user