]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/mountainview/src/_Menu.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / mountainview / src / _Menu.scss
1 .x-menu {
2 padding: 15px;
3 background: rgba($background-color, .8);
4
5 &.x-left,
6 &.x-right {
7 width: 200px;
8 }
9
10 .x-button {
11 margin-bottom: 15px;
12
13 &:last-child {
14 margin-bottom: 0;
15 }
16 }
17 }