]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/mountainview/src/form/_Panel.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / mountainview / src / form / _Panel.scss
1 /**
2 * @class Ext.form.Panel
3 */
4
5 // .x-form {
6 // .x-scroll-container {
7 // background-color: #d5dbe0;
8 // }
9 // }
10
11 // Label
12 @mixin label {
13 color: $base-color;
14 font-size: 13px;
15 text-transform: uppercase;
16 }
17
18 .x-form-label {
19 @include label();
20 padding: $form-spacing;
21 }
22
23 .x-label-align-top .x-form-label {
24 border-bottom: 1px solid $base-color;
25 }