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:
YashRE42 2020-04-07 05:48:45 +05:30 committed by Tim Abbott
parent 4d17abee82
commit c695d68c8d

View File

@ -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;