Session
This commit is contained in:
parent
79288b0483
commit
b8a673fb0a
7 changed files with 148 additions and 29 deletions
|
|
@ -3,10 +3,8 @@
|
|||
justify-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
#login div {
|
||||
#login input {
|
||||
max-width: 300px;
|
||||
}
|
||||
#login div input {
|
||||
margin-bottom: 32px;
|
||||
width: 100%;
|
||||
border: 0px;
|
||||
|
|
@ -15,6 +13,15 @@
|
|||
color: #fff;
|
||||
background-color: #494949;
|
||||
}
|
||||
#login div input:focus {
|
||||
#login input:focus {
|
||||
outline: none;
|
||||
}
|
||||
#login button {
|
||||
max-width: 300px;
|
||||
border: 1px solid #666;
|
||||
background: #494949;
|
||||
color: #fff;
|
||||
padding: 16px 32px;
|
||||
font-size: 0.8em;
|
||||
align-self: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue