3.0 source code
This commit is contained in:
39
OfficeWeb/vendor/touch/resources/sass/android.scss
vendored
Normal file
39
OfficeWeb/vendor/touch/resources/sass/android.scss
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
// Let's start with the basics
|
||||
$base-color: #333;
|
||||
$active-color: #ff8100;
|
||||
$base-gradient: 'flat';
|
||||
|
||||
// Buttons
|
||||
$button-gradient: 'bevel';
|
||||
|
||||
// Lists
|
||||
$list-bg-color: #eee;
|
||||
$list-color: #333;
|
||||
$list-pressed-color: #ddd;
|
||||
$list-active-gradient: 'recessed';
|
||||
$list-header-bg-color: #999;
|
||||
$list-header-gradient: 'bevel';
|
||||
|
||||
// Tabs
|
||||
$tabs_dark_color: #000;
|
||||
|
||||
@import 'sencha-touch/default/all';
|
||||
|
||||
@include sencha-panel;
|
||||
@include sencha-buttons;
|
||||
@include sencha-sheet;
|
||||
@include sencha-picker;
|
||||
@include sencha-tabs;
|
||||
@include sencha-toolbar;
|
||||
@include sencha-toolbar-forms;
|
||||
@include sencha-carousel;
|
||||
@include sencha-indexbar;
|
||||
@include sencha-list;
|
||||
@include sencha-list-paging;
|
||||
@include sencha-list-pullrefresh;
|
||||
@include sencha-layout;
|
||||
@include sencha-form;
|
||||
@include sencha-msgbox;
|
||||
@include sencha-loading-spinner;
|
||||
@include sencha-draw;
|
||||
@include sencha-charts;
|
||||
Reference in New Issue
Block a user