1
0
forked from noxious/client

styling changes, added basic logics for registering accounts

This commit is contained in:
2024-05-03 18:55:00 +02:00
parent 095e41cfb4
commit 4d4df7cd99
3 changed files with 32 additions and 12 deletions

View File

@ -37,12 +37,12 @@
label {
color: #000;
background-color: rgba(255, 255, 255, 0.5);
padding: 0.25rem 0.5rem;
padding: 0.15rem 0.5rem;
}
input {
background-color: transparent;
border: none;
padding: 0.5rem 0.25rem;
padding: 0.25rem 0.25rem;
font-size: 16px;
}
}
@ -56,11 +56,11 @@
bottom: 5rem;
.button {
padding: 1.2rem 0;
padding: 1rem 0;
min-width: 6rem;
text-align: center;
position: relative;
font-size: 12px;
font-size: 10px;
&.button-1 {
background-image: url('/assets/Button_1.png');