text inputs

This commit is contained in:
Adam Bradley
2013-09-09 19:06:22 -05:00
parent 4a963f41f3
commit c18dded02c
6 changed files with 818 additions and 115 deletions

View File

@ -28,6 +28,11 @@ $barPaddingPortrait: 8px;
$barPaddingLandscape: 5px;
// Forms
// -------------------------------
$textInputBorderRadius: 2px;
// Horizontal forms & lists
// -------------------------------
$horizontalComponentOffset: 180px !default;