Form style

This commit is contained in:
Marc Ducobu 2015-06-16 15:26:14 +02:00
parent d3d572567e
commit fb15bd336c
2 changed files with 10 additions and 1 deletions

View File

@ -8,4 +8,11 @@ $footer-vertical-padding: 20px;
$footer-background: $chill-dark-gray;
// Navigation
$navigation-background: $dark-grey;
$navigation-background: $dark-grey;
// Form
$form-border-color: $black;
$form-border-color-hover: $black;
$form-border-color-focus: $black;
$form-border-size: 2px;

View File

@ -30,6 +30,8 @@
color: $chill-light-gray;
background-color: $chill-blue;
position: relative;
left: unset;
top: unset;
}
}
}