forked from yannbf/ionic3-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlight.theme.scss
More file actions
74 lines (73 loc) · 1.38 KB
/
light.theme.scss
File metadata and controls
74 lines (73 loc) · 1.38 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.theme-light {
transition: all 1.1s ease;
background-color: #fff;
// background: #0c1a2c;
// background: linear-gradient(to bottom,rgba(9,16,25,1) 0,rgba(30,28,58,1) 25%,rgba(30,28,58,1) 75%,rgba(11,12,22,1) 100%);
h1,
h2,
h3,
h4,
h5,
h6,
p,
.toolbar-title,
.bar-button-default,
body,
div {
transition: all 1.1s ease;
color: white;
}
.onboard {
border-color: #212121 !important;
}
.toolbar-background,
.toggle-checked {
transition: all 1.1s ease;
background-color: #212121 !important;
}
.item-note,
.themeButton,
.swiper-pagination-bullet {
transition: all 1.1s ease;
//background-color: #fff;
//border-style: solid;
//border-width: 1px;
//border-color: white;
}
ion-content,
.input-wrapper,
.item-inner,
.item,
ion-footer,
ion-item,
ion-label {
transition: all 1.1s ease;
background-color: #303030 !important;
background: #303030 !important;
color: black !important;
}
ion-list {
background-color: #100815;
}
.time {
background-color: white;
}
.item {
transition: all 1s ease;
background-color: white;
color: black;
}
.range-bar {
background-color: #463E3F !important;
}
.s2,
.s3,
.toggle-inner,
.range-pin,
.range-pin::before,
.range-knob,
.range-bar-active {
background-color: white !important;
color: black !important;
}
}