]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/cupertino/var/field/_Field.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / cupertino / var / field / _Field.scss
1 /**
2 * @class Ext.field.Field
3 */
4
5 /**
6 * @var {color} $form-field-bg-color
7 * Default background-color for form fields.
8 */
9 $form-field-bg-color: #fff !default;
10
11 /**
12 * @var {measurement} $form-field-height
13 * Default height for form fields.
14 */
15 $form-field-height: 2.5em !default;