diff options
| author | Bobby <[email protected]> | 2024-08-25 21:22:22 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-25 21:22:22 -0400 |
| commit | a99b3870b362bda483fc1009895447c58cabfff4 (patch) | |
| tree | ac6ec4e3e7444af15b4e8db33d6bc186376b42d2 /static/css/input.css | |
| parent | c6c9c18c39b94cbb1db1c54a5993045c56e49c7e (diff) | |
| download | yugen-a99b3870b362bda483fc1009895447c58cabfff4.tar.xz yugen-a99b3870b362bda483fc1009895447c58cabfff4.zip | |
profile page design
Diffstat (limited to 'static/css/input.css')
| -rw-r--r-- | static/css/input.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/input.css b/static/css/input.css index ccde68d..f17e7ea 100644 --- a/static/css/input.css +++ b/static/css/input.css @@ -36,3 +36,10 @@ main { 0.8 ) !important; /* Light gray for inactive bullets */ } + +.peer:checked + div .toggle-dot { + transform: translateX(100%); +} +.toggle-dot { + transition: transform 0.1s ease-in-out; +} |
