Update custom.css
This commit is contained in:
parent
54e9f86fc7
commit
9f8558fed5
@ -78,6 +78,16 @@ input[type=text] {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
input[type=password] {
|
||||||
|
background: #FAFAFA;
|
||||||
|
border: 1px solid #F4F4F4;
|
||||||
|
border-radius: 3px;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user