]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/cupertino-classic/var/field/_Toggle.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / cupertino-classic / var / field / _Toggle.scss
1 /**
2 * @class Ext.field.Toggle
3 */
4
5 /**
6 * @var {measurement} $form-toggle-size
7 * Thumb size minus padding for inset thumbs like in a Toggle element.
8 */
9 $form-toggle-size: $form-thumb-size - .35em;