fix(ui): restore auth form button spacing
This commit is contained in:
2 files changed
+47
-1
No files matched your search
@@ -35,7 +35,8 @@ a:hover { text-decoration: underline; }
|
|||||||
/* Auth forms */
|
/* Auth forms */
|
||||||
.auth-form { max-width: 360px; margin: 4rem auto; background: var(--card-bg); padding: 2rem; border-radius: 8px; border: 1px solid var(--border); }
|
.auth-form { max-width: 360px; margin: 4rem auto; background: var(--card-bg); padding: 2rem; border-radius: 8px; border: 1px solid var(--border); }
|
||||||
.auth-form h2 { margin-bottom: 1.25rem; }
|
.auth-form h2 { margin-bottom: 1.25rem; }
|
||||||
.auth-link { margin-top: 1rem; text-align: center; font-size: .9rem; }
|
.auth-form button[type="submit"] { margin-top: 1.25rem; }
|
||||||
|
.auth-link { margin-top: 1.5rem; text-align: center; font-size: .9rem; }
|
||||||
|
|
||||||
/* Forms */
|
/* Forms */
|
||||||
label { display: block; margin-top: 1rem; font-size: .85rem; font-weight: 500; color: var(--text-muted); }
|
label { display: block; margin-top: 1rem; font-size: .85rem; font-weight: 500; color: var(--text-muted); }
|
||||||
|
|||||||
+45
@@ -99,3 +99,48 @@ INFO: 127.0.0.1:62639 - "GET /postcards/2 HTTP/1.1" 200 OK
|
|||||||
INFO: 127.0.0.1:62639 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
INFO: 127.0.0.1:62639 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
||||||
INFO: 127.0.0.1:60832 - "GET /profiles HTTP/1.1" 200 OK
|
INFO: 127.0.0.1:60832 - "GET /profiles HTTP/1.1" 200 OK
|
||||||
INFO: 127.0.0.1:60832 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
INFO: 127.0.0.1:60832 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
||||||
|
INFO: 160.248.69.190:0 - "GET / HTTP/1.1" 303 See Other
|
||||||
|
INFO: 160.248.69.190:0 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 160.248.69.190:0 - "GET /static/style.css HTTP/1.1" 200 OK
|
||||||
|
INFO: 160.248.69.190:0 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 160.248.69.190:0 - "POST /login HTTP/1.1" 303 See Other
|
||||||
|
INFO: 160.248.69.190:0 - "GET /dashboard HTTP/1.1" 200 OK
|
||||||
|
INFO: 160.248.69.190:0 - "GET /profiles/3/postcards HTTP/1.1" 200 OK
|
||||||
|
INFO: 160.248.69.190:0 - "GET / HTTP/1.1" 303 See Other
|
||||||
|
INFO: 160.248.69.190:0 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 160.248.69.190:0 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
||||||
|
INFO: 160.248.69.190:0 - "GET / HTTP/1.1" 303 See Other
|
||||||
|
INFO: 160.248.69.190:0 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:54642 - "GET / HTTP/1.1" 303 See Other
|
||||||
|
INFO: 127.0.0.1:54642 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:54642 - "GET /static/style.css HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:54642 - "GET /favicon.ico HTTP/1.1" 404 Not Found
|
||||||
|
INFO: 127.0.0.1:54642 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:57968 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:52619 - "GET /login HTTP/1.1" 303 See Other
|
||||||
|
INFO: 127.0.0.1:52619 - "GET /dashboard HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:52619 - "GET /static/style.css HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:52619 - "GET /favicon.ico HTTP/1.1" 404 Not Found
|
||||||
|
INFO: 127.0.0.1:63819 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:63819 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:56244 - "GET /logout HTTP/1.1" 303 See Other
|
||||||
|
INFO: 127.0.0.1:56244 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:56244 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
||||||
|
INFO: 127.0.0.1:61879 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:61351 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:61351 - "GET /static/style.css HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:61351 - "GET /favicon.ico HTTP/1.1" 404 Not Found
|
||||||
|
INFO: 127.0.0.1:61351 - "POST /login HTTP/1.1" 303 See Other
|
||||||
|
INFO: 127.0.0.1:61351 - "GET /dashboard HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:61351 - "GET /profiles/3/postcards HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:61351 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /postcards/3 HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /profiles/3/postcards HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /profiles/3/postcards?status=&country= HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /postcards/3 HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /static/style.css HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /postcards/3/edit HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:65088 - "GET /static/style.css HTTP/1.1" 304 Not Modified
|
||||||
|
INFO: 127.0.0.1:61247 - "GET /login HTTP/1.1" 200 OK
|
||||||
|
INFO: 127.0.0.1:61247 - "GET /static/style.css HTTP/1.1" 200 OK
|
||||||
Reference in New Issue
Block a user