forked from noxious/client
styling changes, added basic logics for registering accounts
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user