]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/cupertino/var/_Class.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / cupertino / var / _Class.scss
1 /**
2 * @var {boolean} $include-default-icons
3 * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action,
4 * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites,
5 * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash,
6 * and user. Set to false to reduce CSS weight.
7 */
8 $include-default-icons: true !default;
9 $background-color: #fff;
10 $primary-text-color: #000;
11
12 $ios7-blue: #157efb;
13 $ios7-red: #fc3e39;
14 $ios7-green: #53d769;
15
16 $ios7-blue-lighten: lighten($ios7-blue, 30%);
17 $ios7-red-lighten: lighten($ios7-red, 30%);
18 $ios7-green-lighten: lighten($ios7-green, 30%);