Update styles.css

pull/918/head
Paras Singh 2 years ago committed by GitHub
parent 120204995f
commit 91ffe22e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,7 +37,7 @@ html, body, #app {
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-size: 16px;
}
h2 {
@ -57,7 +57,7 @@ form {
input {
margin-top: var(--space-xs);
margin-bottom: var(--space-sm);
height: 40px;
height: 45px;
padding: var(--space-xs) var(--space-sm);
border: 1px solid var(--border);
border-radius: var(--radius);
@ -99,7 +99,7 @@ button:hover {
button:focus {
outline: none;
border: 2px solid var(--grey);
border: 3px solid var(--grey);
}
.error {

Loading…
Cancel
Save