diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 15:47:07 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-24 15:47:07 -0500 |
| commit | b441bb2b67f10ae1b83363d158a0ac1591f63e51 (patch) | |
| tree | 8bc624059233d71095c896c3ebf776e28fa2cfc6 /views/stylesheets | |
| parent | 28fc26cec5faa0ac1f70a37aa6a23d6cb2d61f03 (diff) | |
rough ui finished
Diffstat (limited to 'views/stylesheets')
| -rw-r--r-- | views/stylesheets/authentication.css | 38 |
1 files changed, 33 insertions, 5 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css index 43f2f228c..4f4c02c03 100644 --- a/views/stylesheets/authentication.css +++ b/views/stylesheets/authentication.css @@ -9,14 +9,28 @@ label { } body { - background-color: lightslategray; + background-color: #ccbbcc; } -#login_label { +#logo { + width: 100px; + height: 100px; + position: absolute; +} + +.auth_header { text-align: left; } -#submit { +.login { + height: 220px; +} + +.signup { + height: 273px; +} + +.btn { width: 224px; height: 35px; font-family: Arial, Helvetica, sans-serif; @@ -24,6 +38,22 @@ body { font-style: oblique; } +#overlay_signup { + height: 345px; +} + +#overlay_login { + height: 300px; +} + +#new_user { + width: 20px; + height: 20px; + position: absolute; + top: 15px; + right: 15px; +} + .overlay { text-align: center; position: absolute; @@ -33,7 +63,6 @@ body { left: 0; right: 0; width: 400px; - height: 300px; background-color: white; border-radius: 8px; box-shadow: 10px 10px 10px #00000033; @@ -46,7 +75,6 @@ body { left: 0; right: 0; width: 230px; - height: 220px; margin: auto; } |
