]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/touchtomatoes/resources/sass/app.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / touchtomatoes / resources / sass / app.scss
1 @import "compass/css3";
2 @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
3
4 $base-color: white;
5 $base-gradient: flat;
6 $toolbar-base-color: white;
7 $tabs-light: rgb(180, 48, 39);
8 $toolbar-base-color: #f7f7f7;
9 $page-bg-color: #f7f7f7;
10
11 $font-family: 'Roboto';
12
13
14 //Import Sencha SASS
15 @import "media-queries";
16 @import "sencha";
17
18 @import 'sencha-touch/default';
19 @import 'sencha-touch/default/all';
20 @include icon("bank");
21
22
23 @import "menu";
24 @import "welcomeOverlay";
25 @import "list";
26 @import "details";
27 @import "windows";