diff options
| author | Fuwn <[email protected]> | 2025-12-15 02:46:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-12-15 02:46:41 -0800 |
| commit | 4033679ef214601e5445e2398b9835c118ba2157 (patch) | |
| tree | 8bc6215e1679cbd04e5616fc6f2c750cfdba5eb9 /src/styles/input.css | |
| parent | feat(Wrapped): Add detailed activity fetcher toggle (diff) | |
| download | due.moe-4033679ef214601e5445e2398b9835c118ba2157.tar.xz due.moe-4033679ef214601e5445e2398b9835c118ba2157.zip | |
format: Apply Prettier formatting
Diffstat (limited to 'src/styles/input.css')
| -rw-r--r-- | src/styles/input.css | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/styles/input.css b/src/styles/input.css index b8ae7574..125f214f 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -11,9 +11,7 @@ textarea { border: none; border-radius: 4px; place-content: center; - transition: - background-color 0.15s ease-in-out, - transform 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out; /* box-shadow: 0 4px 30px var(--base01); */ box-shadow: rgba(0, 0, 11, 0.1) 0px 7px 29px 0px; } @@ -75,9 +73,7 @@ input[type='checkbox'] { margin: 0; width: 1.15em; height: 1.15em; - transition: - background-color 0.15s ease-in-out, - transform 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out; } input[type='checkbox']:checked { @@ -107,9 +103,7 @@ button { color: var(--base00); border: none; border-radius: 4px; - transition: - background-color 0.15s ease-in-out, - transform 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out; /* box-shadow: 0 4px 30px var(--base01); */ box-shadow: rgba(0, 0, 11, 0.1) 0px 7px 29px 0px; } |