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