Skip to content
Snippets Groups Projects
Commit 4de18c1c authored by ale's avatar ale
Browse files

Lighten background a bit

parent 1284ea50
No related branches found
No related tags found
1 merge request!6Refactor the login handler
body {
padding-top: 15%;
padding-bottom: 20%;
background-color: #eee;
background-color: #efefef;
}
.form-signin {
max-width: 330px;
......@@ -36,6 +36,9 @@ body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.form-signin input[type="text"] {
margin-bottom: 10px;
}
.error {
font-weight: bold;
color: red;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment