diff options
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css index e6dd5fd..63e5409 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -136,7 +136,8 @@ button[type=submit]:hover { cursor: pointer; } -#form-upload-wrapper>button { +#form-upload-wrapper>button, +.big-upload-button { background: var(--background-2); padding: 32px 0; color: var(--foreground); @@ -278,6 +279,10 @@ button[type=submit]:hover { justify-content: end; } +.justify-between { + justify-content: space-between; +} + .align-center { align-items: center; } @@ -290,6 +295,10 @@ button[type=submit]:hover { padding: 4px; } +.pad-8 { + padding: 8px; +} + .gap-16 { gap: 16px; } |
