diff options
| author | 2026-01-16 01:35:23 +0000 | |
|---|---|---|
| committer | 2026-01-16 01:35:23 +0000 | |
| commit | 963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed (patch) | |
| tree | 6df911b964d0d32facf55844c55e61ba3878ae3f /ui/src/app.css | |
| parent | e21e288275806df7785d869667c90062e1890bf0 (diff) | |
| download | DropOut-963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed.tar.gz DropOut-963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed.zip | |
style: auto format and lint fix [skip ci]
Diffstat (limited to 'ui/src/app.css')
| -rw-r--r-- | ui/src/app.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/src/app.css b/ui/src/app.css index 82aa72f..63449b7 100644 --- a/ui/src/app.css +++ b/ui/src/app.css @@ -100,7 +100,9 @@ input[type="email"], textarea { background-color: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.1); - transition: border-color 0.2s ease, box-shadow 0.2s ease; + transition: + border-color 0.2s ease, + box-shadow 0.2s ease; } input[type="text"]:focus, @@ -148,7 +150,7 @@ input[type="checkbox"]:checked { } input[type="checkbox"]:checked::after { - content: ''; + content: ""; position: absolute; left: 5px; top: 2px; |