]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/bb103/src/_Sheet.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / bb103 / src / _Sheet.scss
1 /**
2 * @class Ext.Sheet
3 */
4
5 .x-sheet,
6 .x-picker,
7 .x-sheet-action {
8 padding: .7em;
9 border-top: 1px solid darken($base-color, 30%);
10 background-color: white;
11 @include border-radius(0);
12 }
13
14 .x-sheet-inner,
15 .x-sheet-action-inner {
16 > .x-button {
17 margin-bottom: .5em;
18
19 &:last-child {
20 margin-bottom: 0;
21 }
22 }
23 }