Added various css things
- Designed login and register buttons - removed some unnecessary css things - changed some small things in the design
This commit is contained in:
parent
f6de850772
commit
04cdc9dd7e
11 changed files with 48 additions and 46 deletions
|
@ -1,11 +1,27 @@
|
|||
.input-field {
|
||||
width: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.input-field p{
|
||||
font-size: 36px;
|
||||
.input-field p {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.input-field input {
|
||||
width: 100%;
|
||||
border-color: var(--primary);
|
||||
width: 100%;
|
||||
border-color: var(--primary);
|
||||
background-color: var(--secondary);
|
||||
padding: 0.25em 0.5em;
|
||||
border: 3px solid var(--primary);
|
||||
border-radius: 10.5em;
|
||||
}
|
||||
|
||||
.input-field input[type="submit"] {
|
||||
margin-top: 1em;
|
||||
border-radius: 10.5em;
|
||||
background-color: var(--primary);
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
.input-field input[type="submit"]:hover {
|
||||
background-color: var(--primary-contr);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue