forked from ZoneMinder/zmNinja
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathionic.app.scss
35 lines (24 loc) · 1.18 KB
/
ionic.app.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
To customize the look and feel of Ionic, you can override the variables
in ionic's _variables.scss file.
For example, you might change some of the default colors: */
$light: #fff !default;
$stable: #2F81B7 !default;
$positive: #2F81B7 !default;
$calm: #11c1f3 !default;
$balanced: #33cd5f !default;
$energized: #ffc900 !default;
$assertive: #ef473a !default;
$royal: #886aea !default;
$dark: #444 !default;
$button-stable-text: #fff !default;
$button-stable-border: $stable !default;
$button-stable-active-border: $stable !default;
$button-stable-active-bg: darken($stable, 10%) !default;
$button-positive-text: #fff !default;
$button-positive-border: $positive !default;
$button-positive-active-border: $positive !default;
// The path for our ionicons font files, relative to the built CSS in www/css
$ionicons-font-path: "../lib/ionic/fonts" !default;
// Include all of Ionic
@import "www/lib/ionic/scss/ionic";