]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/vendor/compass-recipes/tests/recipes/layout/grid/s.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / vendor / compass-recipes / tests / recipes / layout / grid / s.scss
1 @import "tests";
2
3 @import "recipes/layout/grid";
4
5 // Simply to highlight some classes
6
7 .row {
8 background-color: rgba(red, .3);
9 }
10
11 .grid {
12 background-color: rgba(green, .3);
13 }
14 .column, .grid > li {
15 background-color: rgba(blue, .3);
16 margin-bottom: 2px;
17 white-space: nowrap;
18 }