Nice login style

This commit is contained in:
Max Lynch
2013-09-09 19:56:12 -05:00
parent 78ab65c2b7
commit 30718279a5
7 changed files with 70 additions and 6 deletions

View File

@ -65,13 +65,14 @@ $darkColor: #333;
// Buttons
// -------------------------------
$buttonColor: #222;
$buttonPadding: 4px 12px;
$buttonPadding: 12px 12px;
$buttonClearPadding: 10px 0px;
$buttonBorderRadius: 2px;
$buttonBorderWidth: 1px;
$buttonFontSize: 16px;
// Button block that has spacing
$buttonBlockMargin: 0 0 10px 0;
$buttonBlockMargin: 10px 0 10px 0;
$buttonDefaultBackground: #fff;
$buttonDefaultBackgroundActive: #eee;