diff options
| author | ilotterytea <iltsu@alright.party> | 2025-03-24 14:07:21 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-03-24 14:07:21 +0500 |
| commit | 52fea7284ff009a6afddbc6e64bdf49c24f2a038 (patch) | |
| tree | af334cf32499e121937db12aae83b6d23f72e521 /public/static/style.css | |
| parent | 83db2ca649ee7d4068b070a032800037caf2e116 (diff) | |
feat: download external files
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/public/static/style.css b/public/static/style.css index 69332ca..9762b38 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -52,14 +52,14 @@ button[type=submit]:hover { cursor: pointer; } -#form-upload-wrapper { +#form-upload-wrapper>button { background: var(--background-2); padding: 32px 0; color: var(--foreground); border: 4px dashed var(--box-border); } -#form-upload-wrapper:hover { +#form-upload-wrapper>button:hover { background: var(--background); cursor: pointer; } @@ -116,10 +116,18 @@ button[type=submit]:hover { padding: 4px; } +.gap-16 { + gap: 16px; +} + .gap-8 { gap: 8px; } .gap-4 { gap: 4px; +} + +.font-small { + font-size: 10px; }
\ No newline at end of file |
