Commit d360ea8c by Thanh Hung Pham

add input css

parent 1c33db63
......@@ -2,6 +2,7 @@
$eee: #eee;
$color888: #888;
$bbb: #bbb;
body {
padding-top: 60px;
......@@ -15,6 +16,13 @@ footer {
}
}
input {
border: 1px solid $bbb;
height: auto;
margin-bottom: 15px;
width: 100%;
}
.navbar-inverse {
background-color: $eee;
border-color: $color888;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment