diff options
| author | Fuwn <[email protected]> | 2025-06-11 23:52:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-11 23:52:43 -0700 |
| commit | 1bc4488a06db88597327ecc855c5b70a7ddc55ce (patch) | |
| tree | ded544d953d4b62fc4365c2758d75f02efe7d625 /src/styles/input.css | |
| parent | fix: Migrate localStorage.removeItem to localforage for anime and manga stores (diff) | |
| download | due.moe-1bc4488a06db88597327ecc855c5b70a7ddc55ce.tar.xz due.moe-1bc4488a06db88597327ecc855c5b70a7ddc55ce.zip | |
style: Reformat using latest formatting
Diffstat (limited to 'src/styles/input.css')
| -rw-r--r-- | src/styles/input.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/styles/input.css b/src/styles/input.css index 125f214f..b8ae7574 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -11,7 +11,9 @@ 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; } @@ -73,7 +75,9 @@ 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 { @@ -103,7 +107,9 @@ 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; } |