Cleanup and minor fixes
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
body {
|
body {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
}
|
}
|
||||||
|
//
|
||||||
|
// TODO: Refactor
|
||||||
|
//
|
||||||
.user img {
|
.user img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
@@ -13,11 +15,6 @@ body {
|
|||||||
left: -10px;
|
left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-signin {
|
|
||||||
max-width: 400px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
[class^="fa-"],
|
[class^="fa-"],
|
||||||
[class*="fa-"] {
|
[class*="fa-"] {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
@@ -4,9 +4,9 @@ block content
|
|||||||
if error.length
|
if error.length
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
p= error
|
p= error
|
||||||
if success.length
|
if success.length
|
||||||
.alert.alert-success
|
.alert.alert-success
|
||||||
p= success
|
p= success
|
||||||
|
|
||||||
h2.text-center Contact Form
|
h2.text-center Contact Form
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user