chore(webui): redesign the login page

This commit is contained in:
Julien Dessaux 2025-04-06 14:37:00 +02:00
parent f12a54b760
commit 0354ef67be
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 40 additions and 24 deletions

View file

@ -137,7 +137,7 @@ header {
main {
background-color: var(--bg-1);
margin-right: auto;
padding: 8px;
padding: 16px;
overflow-wrap: anywhere;
scrollbar-gutter: stable both-edges;
max-width: 776px;
@ -230,9 +230,16 @@ ul {
ul li {
margin-bottom: 4px;
}
article, fieldset {
article {
border: 1px solid var(--fg-0);
border-radius: 4px;
margin: 8px 0px 8px 0px;
padding: 8px;
}
fieldset {
border: 1px solid var(--fg-0);
border-radius: 4px;
margin: 0px 0px 8px 0px;
padding: 8px;
}
button {
@ -255,6 +262,9 @@ button:hover {
border: 1px solid var(--red);
color: var(--red);
}
.error {
color: var(--red);
}
.primary {
background-color: var(--orange);
color: var(--fg-1);