1 | @import "./ionic.theme.dark";
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | $colors-wp: copy-colors($colors) !default;
|
7 |
|
8 |
|
9 | $text-wp-color: $text-color !default;
|
10 | $background-wp-color: $background-color !default;
|
11 | $subdued-text-wp-color: $subdued-text-color !default;
|
12 |
|
13 | $font-family-wp-base: "Segoe UI", "Noto Sans", sans-serif !default;
|
14 | $font-size-wp-base: $font-size-base !default;
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | $outer-content-wp-background-color: $background-color !default;
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 | $toolbar-wp-background: $toolbar-background !default;
|
26 | $toolbar-wp-border-color: $toolbar-border-color !default;
|
27 | $toolbar-wp-text-color: #fff !default;
|
28 | $toolbar-wp-active-color: $toolbar-active-color !default;
|
29 | $toolbar-wp-inactive-color: $toolbar-inactive-color !default;
|
30 |
|
31 |
|
32 |
|
33 |
|
34 |
|
35 | $tabs-wp-background: $tabs-background !default;
|
36 | $tabs-wp-border-color: transparent !default;
|
37 | $tabs-wp-tab-color-inactive: $tabs-tab-color-inactive !default;
|
38 | $tabs-wp-tab-color-active: $tabs-tab-color-active !default;
|
39 |
|
40 |
|
41 |
|
42 |
|
43 |
|
44 | $card-wp-header-color: #ddd !default;
|
45 | $card-wp-title-text-color: #fff !default;
|
46 | $card-wp-text-color: #ddd !default;
|
47 |
|
48 |
|
49 |
|
50 |
|
51 |
|
52 | $list-wp-text-color: $list-text-color !default;
|
53 | $list-wp-border-color: transparent !default;
|
54 | $list-wp-background-color: $list-background-color !default;
|
55 | $list-wp-activated-background-color: #d9d9d9 !default;
|
56 |
|
57 |
|
58 |
|
59 |
|
60 |
|
61 | $item-wp-padding-top: 13px !default;
|
62 |
|
63 | $item-wp-padding-right: 16px !default;
|
64 | $item-wp-padding-end: $item-wp-padding-right !default;
|
65 | $item-wp-padding-bottom: 13px !default;
|
66 |
|
67 | $item-wp-padding-left: 16px !default;
|
68 | $item-wp-padding-start: $item-wp-padding-left !default;
|
69 | $item-wp-padding-media-top: 9px !default;
|
70 | $item-wp-padding-media-bottom: 9px !default;
|
71 | $item-wp-padding-icon-top: 11px !default;
|
72 | $item-wp-padding-icon-bottom: 10px !default;
|
73 | $item-wp-divider-background: #151515 !default;
|
74 | $item-wp-divider-color: #f4f4f4 !default;
|
75 |
|
76 |
|
77 |
|
78 |
|
79 | $toggle-wp-handle-background-color-off: #f4f4f4 !default;
|
80 |
|
81 |
|
82 |
|
83 |
|
84 |
|
85 | $input-wp-border-color: rgba(0, 0, 0, .5) !default;
|