refactor(login): page styling
All checks were successful
container-scan / Container Scan (pull_request) Successful in 1m52s
docker-build / docker (pull_request) Successful in 5m26s

This commit is contained in:
Dominik 2025-04-19 23:11:11 +02:00 committed by Dominik
parent d9705b8dfb
commit ec359f1eff
8 changed files with 66 additions and 43 deletions

View file

@ -4,14 +4,14 @@
}
.input {
height: 50px;
position: relative;
overflow: visible;
width: 250px;
}
.input input {
width: 100%;
height: 100%;
height: 50px;
border: 1px solid var(--textbox-75);
border-radius: 9999px;
padding: 10px 20px;