diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -133,3 +133,22 @@ tr:nth-child(even) { #submit:active { box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6), inset 2px 2px 3px rgba(0, 0, 0, 0.6); } + +input[type=text], input[type=password] { + width: 100%; + padding: 12px 20px; + margin: 8px 0; + display: inline-block; + border: 1px solid #ccc; + box-sizing: border-box; + font-size: 1em; +} + +.login-form { + max-width: 20em; +} + +textarea { + font-size: 1em; + font-family: Lato, FreeSans, Roboto, Helvetica, Sans-Serif; +} |