marketplacepos 2.5.2 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Marketplace/117.ff708d165812e4f9.js +1 -0
- package/Marketplace/{397.9488b7c2d948b1be.js → 397.896540ed846f28b8.js} +1 -1
- package/Marketplace/72.301ee2586eacb84b.js +1 -0
- package/Marketplace/index.html +2 -2
- package/Marketplace/main.a262b0ff80af2a2e.js +1 -0
- package/Marketplace/runtime.3c3ad7f04fdb3a86.js +1 -0
- package/package.json +1 -1
- package/Marketplace/117.4367f8afe2698e0a.js +0 -1
- package/Marketplace/162.1e1c36c1ada2acc3.js +0 -1
- package/Marketplace/assets/bootstrap_light.scss +0 -1142
- package/Marketplace/assets/floatingLabel.scss +0 -187
- package/Marketplace/assets/lbd/_alerts.scss +0 -90
- package/Marketplace/assets/lbd/_bootstrap-switch.scss +0 -128
- package/Marketplace/assets/lbd/_buttons.scss +0 -132
- package/Marketplace/assets/lbd/_cards.scss +0 -256
- package/Marketplace/assets/lbd/_chartist.scss +0 -230
- package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +0 -140
- package/Marketplace/assets/lbd/_dropdown.scss +0 -137
- package/Marketplace/assets/lbd/_footers.scss +0 -75
- package/Marketplace/assets/lbd/_inputs.scss +0 -141
- package/Marketplace/assets/lbd/_misc.scss +0 -120
- package/Marketplace/assets/lbd/_mixins.scss +0 -8
- package/Marketplace/assets/lbd/_navbars.scss +0 -235
- package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +0 -574
- package/Marketplace/assets/lbd/_responsive.scss +0 -482
- package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +0 -333
- package/Marketplace/assets/lbd/_tables.scss +0 -88
- package/Marketplace/assets/lbd/_typography.scss +0 -91
- package/Marketplace/assets/lbd/_variables.scss +0 -272
- package/Marketplace/assets/lbd/mixins/_buttons.scss +0 -70
- package/Marketplace/assets/lbd/mixins/_cards.scss +0 -8
- package/Marketplace/assets/lbd/mixins/_chartist.scss +0 -87
- package/Marketplace/assets/lbd/mixins/_icons.scss +0 -13
- package/Marketplace/assets/lbd/mixins/_inputs.scss +0 -1
- package/Marketplace/assets/lbd/mixins/_labels.scss +0 -21
- package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +0 -34
- package/Marketplace/assets/lbd/mixins/_navbars.scss +0 -11
- package/Marketplace/assets/lbd/mixins/_social-buttons.scss +0 -43
- package/Marketplace/assets/lbd/mixins/_tabs.scss +0 -4
- package/Marketplace/assets/lbd/mixins/_transparency.scss +0 -20
- package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +0 -211
- package/Marketplace/assets/lbd/plugins/_animate.scss +0 -227
- package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +0 -463
- package/Marketplace/assets/light-bootstrap-dashboard.scss +0 -32
- package/Marketplace/assets/pos_variable.scss +0 -83
- package/Marketplace/assets/sitemap.json +0 -40
- package/Marketplace/assets/stepper-custom.scss +0 -33
- package/Marketplace/assets/variables-custom.scss +0 -191
- package/Marketplace/assets/version-adjustment-v5.scss +0 -287
- package/Marketplace/main.82c99b5c79f1fd9c.js +0 -1
- package/Marketplace/runtime.6d4d6c7e2c139e6c.js +0 -1
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
//== Buttons
|
|
2
|
-
//
|
|
3
|
-
//## For each of Bootstrap's buttons, define text, background and border color.
|
|
4
|
-
|
|
5
|
-
$none: 0 !default;
|
|
6
|
-
$border-thin: 1px !default;
|
|
7
|
-
$border-thick: 2px !default;
|
|
8
|
-
|
|
9
|
-
$white-color: #FFFFFF !default;
|
|
10
|
-
$white-bg: #FFFFFF !default;
|
|
11
|
-
|
|
12
|
-
$smoke-bg: #F5F5F5 !default;
|
|
13
|
-
|
|
14
|
-
$black-bg: rgba(30,30,30,.97) !default;
|
|
15
|
-
|
|
16
|
-
$black-color: #3B3B3B !default;
|
|
17
|
-
$black-hr: #444444 !default;
|
|
18
|
-
|
|
19
|
-
$light-gray: #E3E3E3 !default;
|
|
20
|
-
$medium-gray: #DDDDDD !default;
|
|
21
|
-
$medium-dark-gray: #AAAAAA !default;
|
|
22
|
-
$dark-gray: #9A9A9A !default;
|
|
23
|
-
|
|
24
|
-
$transparent-bg: transparent !default;
|
|
25
|
-
|
|
26
|
-
$default-color: #888888 !default;
|
|
27
|
-
$default-bg: #888888 !default;
|
|
28
|
-
$default-states-color: #777777 !default;
|
|
29
|
-
|
|
30
|
-
$primary-color: #3472F7 !default;
|
|
31
|
-
$primary-bg: #3472F7 !default;
|
|
32
|
-
$primary-states-color: #1D62F0 !default;
|
|
33
|
-
|
|
34
|
-
$success-color: #89b03e !default;
|
|
35
|
-
$success-bg: #89b03e !default;
|
|
36
|
-
$success-states-color: #049F0C !default;
|
|
37
|
-
|
|
38
|
-
$info-color: #1DC7EA !default;
|
|
39
|
-
$info-bg: #1DC7EA !default;
|
|
40
|
-
$info-states-color: lighten($info-color, 8%) !default;
|
|
41
|
-
|
|
42
|
-
$warning-color: #FF9500 !default;
|
|
43
|
-
$warning-bg: #FF9500 !default;
|
|
44
|
-
$warning-states-color: #ED8D00 !default;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
$danger-color: #FF4A55 !default;
|
|
48
|
-
$danger-bg: #FF4A55 !default;
|
|
49
|
-
$danger-states-color: #EE2D20 !default;
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
$link-disabled-color: #555555 !default;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
/* light colors */
|
|
57
|
-
$light-blue: rgba($primary-color, .2);
|
|
58
|
-
$light-azure: rgba($info-color, .2);
|
|
59
|
-
$light-green: rgba($success-color, .2);
|
|
60
|
-
$light-orange: rgba($warning-color, .2);
|
|
61
|
-
$light-red: rgba($danger-color, .2);
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
//== Components
|
|
65
|
-
//
|
|
66
|
-
|
|
67
|
-
$padding-base-vertical: 8px !default;
|
|
68
|
-
$padding-base-horizontal: 16px !default;
|
|
69
|
-
|
|
70
|
-
$padding-round-vertical: 9px !default;
|
|
71
|
-
$padding-round-horizontal: 18px !default;
|
|
72
|
-
|
|
73
|
-
$padding-simple-vertical: 10px !default;
|
|
74
|
-
$padding-simple-horizontal: 18px !default;
|
|
75
|
-
|
|
76
|
-
$padding-large-vertical: 14px !default;
|
|
77
|
-
$padding-large-horizontal: 30px !default;
|
|
78
|
-
|
|
79
|
-
$padding-small-vertical: 5px !default;
|
|
80
|
-
$padding-small-horizontal: 10px !default;
|
|
81
|
-
|
|
82
|
-
$padding-xs-vertical: 1px !default;
|
|
83
|
-
$padding-xs-horizontal: 5px !default;
|
|
84
|
-
|
|
85
|
-
$padding-label-vertical: 2px !default;
|
|
86
|
-
$padding-label-horizontal: 12px !default;
|
|
87
|
-
|
|
88
|
-
$margin-large-vertical: 30px !default;
|
|
89
|
-
$margin-base-vertical: 15px !default;
|
|
90
|
-
|
|
91
|
-
$padding-zero: 0px !default;
|
|
92
|
-
|
|
93
|
-
$margin-bottom: 0 0 10px 0 !default;
|
|
94
|
-
$border-radius-small: 3px !default;
|
|
95
|
-
$border-radius-base: 4px !default;
|
|
96
|
-
$border-radius-large: 6px !default;
|
|
97
|
-
$border-radius-extreme: 10px !default;
|
|
98
|
-
|
|
99
|
-
$border-radius-large-top: $border-radius-large $border-radius-large 0 0 !default;
|
|
100
|
-
$border-radius-large-bottom: 0 0 $border-radius-large $border-radius-large !default;
|
|
101
|
-
|
|
102
|
-
$btn-round-radius: 30px !default;
|
|
103
|
-
|
|
104
|
-
$height-base: 40px !default;
|
|
105
|
-
|
|
106
|
-
$font-size-base: 14px !default;
|
|
107
|
-
$font-size-small: 12px !default;
|
|
108
|
-
$font-size-medium: 16px !default;
|
|
109
|
-
$font-size-large: 18px !default;
|
|
110
|
-
$font-size-large-navbar: 20px !default;
|
|
111
|
-
|
|
112
|
-
$font-size-h1: 52px !default;
|
|
113
|
-
$font-size-h2: 36px !default;
|
|
114
|
-
$font-size-h3: 28px !default;
|
|
115
|
-
$font-size-h4: 22px !default;
|
|
116
|
-
$font-size-h5: 16px !default;
|
|
117
|
-
$font-size-h6: 14px !default;
|
|
118
|
-
$font-paragraph: 16px !default;
|
|
119
|
-
$font-size-navbar: 16px !default;
|
|
120
|
-
$font-size-small: 12px !default;
|
|
121
|
-
|
|
122
|
-
$font-weight-light: 300 !default;
|
|
123
|
-
$font-weight-normal: 400 !default;
|
|
124
|
-
$font-weight-semi: 500 !default;
|
|
125
|
-
$font-weight-bold: 600 !default;
|
|
126
|
-
|
|
127
|
-
$line-height-general: 1.5 !default;
|
|
128
|
-
$line-height: 20px !default;
|
|
129
|
-
$line-height-lg: 54px !default;
|
|
130
|
-
|
|
131
|
-
$sidebar-width: calc(100% - 200px) !default;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
$border-radius-top: 10px 10px 0 0 !default;
|
|
135
|
-
$border-radius-bottom: 0 0 10px 10px !default;
|
|
136
|
-
|
|
137
|
-
$dropdown-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
|
|
138
|
-
|
|
139
|
-
$general-transition-time: 300ms !default;
|
|
140
|
-
|
|
141
|
-
$slow-transition-time: 370ms !default;
|
|
142
|
-
$dropdown-coordinates: 29px -50px !default;
|
|
143
|
-
|
|
144
|
-
$fast-transition-time: 150ms !default;
|
|
145
|
-
|
|
146
|
-
$ultra-fast-transition-time: 100ms !default;
|
|
147
|
-
|
|
148
|
-
$select-coordinates: 50% -40px !default;
|
|
149
|
-
|
|
150
|
-
$transition-linear: linear !default;
|
|
151
|
-
$transition-bezier: cubic-bezier(0.34, 1.61, 0.7, 1) !default;
|
|
152
|
-
$transition-ease: ease 0s;
|
|
153
|
-
$transition-ease-in: ease-in !default;
|
|
154
|
-
$transition-ease-out: ease-out !default;
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
$navbar-padding-a: 9px 15px;
|
|
158
|
-
$navbar-margin-a: 10px 3px;
|
|
159
|
-
$navbar-padding-b: 12px 5px;
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
$padding-social-a: 10px 5px;
|
|
163
|
-
|
|
164
|
-
$navbar-margin-a-btn: 15px 3px;
|
|
165
|
-
$navbar-margin-a-btn-round: 16px 3px;
|
|
166
|
-
|
|
167
|
-
$navbar-padding-a-icons: 6px 15px;
|
|
168
|
-
$navbar-margin-a-icons: 6px 3px;
|
|
169
|
-
|
|
170
|
-
$navbar-padding-brand: 15px 15px;
|
|
171
|
-
$navbar-margin-brand: 5px 0px;
|
|
172
|
-
|
|
173
|
-
$navbar-margin-brand-icons: 12px auto;
|
|
174
|
-
|
|
175
|
-
$navbar-margin-btn: 15px 3px;
|
|
176
|
-
|
|
177
|
-
$height-icon: 64px !default;
|
|
178
|
-
$width-icon: 64px !default;
|
|
179
|
-
$padding-icon: 12px !default;
|
|
180
|
-
$border-radius-icon: 15px !default;
|
|
181
|
-
|
|
182
|
-
$size-icon: 64px;
|
|
183
|
-
$size-icon-sm: 32px;
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
$height-icon-sm: 32px;
|
|
187
|
-
$width-icon-sm: 32px;
|
|
188
|
-
$padding-icon-sm: 4px;
|
|
189
|
-
$border-radius-icon-sm: 7px;
|
|
190
|
-
|
|
191
|
-
$height-icon-message: 40px;
|
|
192
|
-
$width-icon-message: 40px;
|
|
193
|
-
|
|
194
|
-
$height-icon-message-sm: 20px;
|
|
195
|
-
$width-icon-message-sm: 20px;
|
|
196
|
-
|
|
197
|
-
$default-color-top: #d9d9d9 !default;
|
|
198
|
-
$default-color-bottom: #909297 !default;
|
|
199
|
-
|
|
200
|
-
$blue-color-top: #4087ea;
|
|
201
|
-
$blue-color-bottom: #533ce1;
|
|
202
|
-
|
|
203
|
-
$azure-color-top: #45c0fd;
|
|
204
|
-
$azure-color-bottom: #4091ff;
|
|
205
|
-
|
|
206
|
-
$green-color-top: #a1eb3a;
|
|
207
|
-
$green-color-bottom: #6dc030;
|
|
208
|
-
|
|
209
|
-
$orange-color-top: #ffb33b;
|
|
210
|
-
$orange-color-bottom: #ff5221;
|
|
211
|
-
|
|
212
|
-
$red-color-top: #ff3b30;
|
|
213
|
-
$red-color-bottom: #bb0502;
|
|
214
|
-
|
|
215
|
-
$purple-color-top: #df55e1;
|
|
216
|
-
$purple-color-bottom: #943bea;
|
|
217
|
-
|
|
218
|
-
$pink-color-top: #ff2a63;
|
|
219
|
-
$pink-color-bottom: #ff2e2e;
|
|
220
|
-
|
|
221
|
-
$black-color-top: #787878;
|
|
222
|
-
$black-color-bottom: #343434;
|
|
223
|
-
|
|
224
|
-
$social-facebook: #3b5998;
|
|
225
|
-
$social-twitter: #55acee;
|
|
226
|
-
$social-pinterest: #cc2127;
|
|
227
|
-
$social-google: #dd4b39;
|
|
228
|
-
$social-linkedin: #0976b4;
|
|
229
|
-
$social-dribbble: #ea4c89;
|
|
230
|
-
$social-github: #333333;
|
|
231
|
-
$social-youtube: #e52d27;
|
|
232
|
-
$social-stumbleupon: #eb4924;
|
|
233
|
-
$social-reddit: #ff4500;
|
|
234
|
-
$social-tumblr: #35465c;
|
|
235
|
-
$social-behance: #1769ff;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
$filter-blue: darken($primary-color, 10%);
|
|
239
|
-
$filter-azure: darken($info-color, 10%);
|
|
240
|
-
$filter-green: darken($success-color, 10%);
|
|
241
|
-
$filter-orange: darken($warning-color, 10%);
|
|
242
|
-
$filter-red: darken($danger-color, 10%);
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
$new-blue: #1DC7EA;
|
|
246
|
-
$new-purple: #9368E9;
|
|
247
|
-
$new-red: #FB404B;
|
|
248
|
-
$new-green: #87CB16;
|
|
249
|
-
$new-orange: #FFA534;
|
|
250
|
-
$new-dark-blue: #1F77D0;
|
|
251
|
-
$new-black: #5e5e5e;
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
$topbar-x: topbar-x !default;
|
|
255
|
-
$topbar-back: topbar-back !default;
|
|
256
|
-
$bottombar-x: bottombar-x !default;
|
|
257
|
-
$bottombar-back: bottombar-back !default;
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
$white-navbar: rgba(#FFFFFF, .96);
|
|
261
|
-
$blue-navbar: lighten($new-dark-blue, 10%);
|
|
262
|
-
$azure-navbar: lighten($new-blue, 15%);
|
|
263
|
-
$green-navbar: lighten($new-green, 10%);
|
|
264
|
-
$orange-navbar: lighten($new-orange, 10%);
|
|
265
|
-
$red-navbar: lighten($new-red, 10%);
|
|
266
|
-
|
|
267
|
-
$base-font-family: 'Roboto', sans-serif;
|
|
268
|
-
$head-font-family: 'Roboto Slab', serif;
|
|
269
|
-
$link-color: #1F77D0 !default;
|
|
270
|
-
$light: #E3E3E3;
|
|
271
|
-
$font-family-base: $base-font-family;
|
|
272
|
-
$headings-font-family: $head-font-family;
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
// Mixin for generating new styles
|
|
2
|
-
@mixin btn-styles($btn-color, $btn-states-color) {
|
|
3
|
-
border-color: $btn-color;
|
|
4
|
-
color: $btn-color;
|
|
5
|
-
|
|
6
|
-
&:hover,
|
|
7
|
-
&:focus,
|
|
8
|
-
&:active,
|
|
9
|
-
&.active,
|
|
10
|
-
.open > &.dropdown-toggle {
|
|
11
|
-
background-color: $transparent-bg;
|
|
12
|
-
color: $btn-states-color;
|
|
13
|
-
border-color: $btn-states-color;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&.disabled,
|
|
17
|
-
&:disabled,
|
|
18
|
-
&[disabled],
|
|
19
|
-
fieldset[disabled] & {
|
|
20
|
-
&,
|
|
21
|
-
&:hover,
|
|
22
|
-
&:focus,
|
|
23
|
-
&.focus,
|
|
24
|
-
&:active,
|
|
25
|
-
&.active {
|
|
26
|
-
background-color: $transparent-bg;
|
|
27
|
-
border-color: $btn-color;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
&.btn-fill {
|
|
33
|
-
color: $white-color;
|
|
34
|
-
background-color: $btn-color;
|
|
35
|
-
@include opacity(1);
|
|
36
|
-
|
|
37
|
-
&:hover,
|
|
38
|
-
&:focus,
|
|
39
|
-
&:active,
|
|
40
|
-
&.active,
|
|
41
|
-
.open > &.dropdown-toggle{
|
|
42
|
-
background-color: $btn-states-color;
|
|
43
|
-
color: $white-color;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.caret{
|
|
47
|
-
border-top-color: $white-color;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.caret{
|
|
52
|
-
border-top-color: $btn-color;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
@mixin btn-size($padding-vertical, $padding-horizontal, $font-size, $border){
|
|
58
|
-
font-size: $font-size;
|
|
59
|
-
border-radius: $border;
|
|
60
|
-
padding: $padding-vertical $padding-horizontal;
|
|
61
|
-
|
|
62
|
-
&.btn-round{
|
|
63
|
-
padding: $padding-vertical + 1 $padding-horizontal;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
&.btn-simple{
|
|
67
|
-
padding: $padding-vertical + 2 $padding-horizontal;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
// Scales for responsive SVG containers
|
|
2
|
-
@use "sass:math";
|
|
3
|
-
|
|
4
|
-
$ct-scales: ((1), math.div(15, 16), math.div(8, 9), math.div(5, 6), (4*0.2), (3*0.25), math.div(2, 3), (5*0.125), math.div(1, 1.618), (3*0.2), math.div(9, 16), math.div(8, 15), (1*0.5), (2*0.2), (3*0.125), math.div(1, 3), (1*0.25)) !default;
|
|
5
|
-
$ct-scales-names: (ct-square, ct-minor-second, ct-major-second, ct-minor-third, ct-major-third, ct-perfect-fourth, ct-perfect-fifth, ct-minor-sixth, ct-golden-section, ct-major-sixth, ct-minor-seventh, ct-major-seventh, ct-octave, ct-major-tenth, ct-major-eleventh, ct-major-twelfth, ct-double-octave) !default;
|
|
6
|
-
|
|
7
|
-
// Class names to be used when generating CSS
|
|
8
|
-
$ct-class-chart: ct-chart !default;
|
|
9
|
-
$ct-class-chart-line: ct-chart-line !default;
|
|
10
|
-
$ct-class-chart-bar: ct-chart-bar !default;
|
|
11
|
-
$ct-class-horizontal-bars: ct-horizontal-bars !default;
|
|
12
|
-
$ct-class-chart-pie: ct-chart-pie !default;
|
|
13
|
-
$ct-class-chart-donut: ct-chart-donut !default;
|
|
14
|
-
$ct-class-label: ct-label !default;
|
|
15
|
-
$ct-class-series: ct-series !default;
|
|
16
|
-
$ct-class-line: ct-line !default;
|
|
17
|
-
$ct-class-point: ct-point !default;
|
|
18
|
-
$ct-class-area: ct-area !default;
|
|
19
|
-
$ct-class-bar: ct-bar !default;
|
|
20
|
-
$ct-class-slice-pie: ct-slice-pie !default;
|
|
21
|
-
$ct-class-slice-donut: ct-slice-donut !default;
|
|
22
|
-
$ct-class-grid: ct-grid !default;
|
|
23
|
-
$ct-class-vertical: ct-vertical !default;
|
|
24
|
-
$ct-class-horizontal: ct-horizontal !default;
|
|
25
|
-
$ct-class-start: ct-start !default;
|
|
26
|
-
$ct-class-end: ct-end !default;
|
|
27
|
-
|
|
28
|
-
// Container ratio
|
|
29
|
-
$ct-container-ratio: math.div(1, 1.618) !default;
|
|
30
|
-
|
|
31
|
-
// Text styles for labels
|
|
32
|
-
$ct-text-color: rgba(0, 0, 0, 0.4) !default;
|
|
33
|
-
$ct-text-size: 1.3rem !default;
|
|
34
|
-
$ct-text-align: flex-start !default;
|
|
35
|
-
$ct-text-justify: flex-start !default;
|
|
36
|
-
$ct-text-line-height: 1;
|
|
37
|
-
|
|
38
|
-
// Grid styles
|
|
39
|
-
$ct-grid-color: rgba(0, 0, 0, 0.2) !default;
|
|
40
|
-
$ct-grid-dasharray: 2px !default;
|
|
41
|
-
$ct-grid-width: 1px !default;
|
|
42
|
-
|
|
43
|
-
// Line chart properties
|
|
44
|
-
$ct-line-width: 3px !default;
|
|
45
|
-
$ct-line-dasharray: false !default;
|
|
46
|
-
$ct-point-size: 8px !default;
|
|
47
|
-
// Line chart point, can be either round or square
|
|
48
|
-
$ct-point-shape: round !default;
|
|
49
|
-
// Area fill transparency between 0 and 1
|
|
50
|
-
$ct-area-opacity: 0.8 !default;
|
|
51
|
-
|
|
52
|
-
// Bar chart bar width
|
|
53
|
-
$ct-bar-width: 10px !default;
|
|
54
|
-
|
|
55
|
-
// Donut width (If donut width is to big it can cause issues where the shape gets distorted)
|
|
56
|
-
$ct-donut-width: 60px !default;
|
|
57
|
-
|
|
58
|
-
// If set to true it will include the default classes and generate CSS output. If you're planning to use the mixins you
|
|
59
|
-
// should set this property to false
|
|
60
|
-
$ct-include-classes: true !default;
|
|
61
|
-
|
|
62
|
-
// If this is set to true the CSS will contain colored series. You can extend or change the color with the
|
|
63
|
-
// properties below
|
|
64
|
-
$ct-include-colored-series: $ct-include-classes !default;
|
|
65
|
-
|
|
66
|
-
// If set to true this will include all responsive container variations using the scales defined at the top of the script
|
|
67
|
-
$ct-include-alternative-responsive-containers: $ct-include-classes !default;
|
|
68
|
-
|
|
69
|
-
// Series names and colors. This can be extended or customized as desired. Just add more series and colors.
|
|
70
|
-
$ct-series-names: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) !default;
|
|
71
|
-
$ct-series-colors: (
|
|
72
|
-
$new-blue,
|
|
73
|
-
$new-red,
|
|
74
|
-
$new-orange,
|
|
75
|
-
$new-purple,
|
|
76
|
-
$new-green,
|
|
77
|
-
$new-dark-blue,
|
|
78
|
-
$new-black,
|
|
79
|
-
$social-google,
|
|
80
|
-
$social-tumblr,
|
|
81
|
-
$social-youtube,
|
|
82
|
-
$social-twitter,
|
|
83
|
-
$social-pinterest,
|
|
84
|
-
$social-behance,
|
|
85
|
-
#6188e2,
|
|
86
|
-
#a748ca
|
|
87
|
-
) !default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@mixin icon-background ($icon-url){
|
|
2
|
-
background-image : url($icon-url);
|
|
3
|
-
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
@mixin icon-shape ($size, $padding, $border-radius) {
|
|
7
|
-
height: $size;
|
|
8
|
-
width: $size;
|
|
9
|
-
padding: $padding;
|
|
10
|
-
border-radius: $border-radius;
|
|
11
|
-
display: inline-table;
|
|
12
|
-
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@mixin label-style(){
|
|
2
|
-
padding: $padding-label-vertical $padding-label-horizontal;
|
|
3
|
-
border: 1px solid $default-color;
|
|
4
|
-
border-radius: $border-radius-small;
|
|
5
|
-
color: $default-color;
|
|
6
|
-
font-weight: $font-weight-semi;
|
|
7
|
-
font-size: $font-size-small;
|
|
8
|
-
text-transform: uppercase;
|
|
9
|
-
display: inline-block;
|
|
10
|
-
vertical-align: middle;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin label-color($color){
|
|
14
|
-
border-color: $color;
|
|
15
|
-
color: $color;
|
|
16
|
-
}
|
|
17
|
-
@mixin label-color-fill($color){
|
|
18
|
-
border-color: $color;
|
|
19
|
-
color: $white-color;
|
|
20
|
-
background-color: $color;
|
|
21
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
$prefixes: ('', '-moz-', '-webkit-', '-ms-') !default;
|
|
2
|
-
|
|
3
|
-
@mixin circle-animation(){
|
|
4
|
-
@for $i from 0 to length($prefixes) {
|
|
5
|
-
@include circle-animation-details(nth($prefixes, $i + 1));
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@mixin circle-animation-details($name){
|
|
10
|
-
#{$name}animation-name: spin;
|
|
11
|
-
#{$name}animation-duration: 1250ms;
|
|
12
|
-
#{$name}animation-iteration-count: infinite;
|
|
13
|
-
#{$name}animation-timing-function: linear;
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
@keyframes spin {
|
|
17
|
-
from { transform:rotate(0deg); }
|
|
18
|
-
to { transform:rotate(360deg); }
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@-webkit-keyframes spin {
|
|
22
|
-
from { -webkit-transform: rotate(0deg); }
|
|
23
|
-
to { -webkit-transform: rotate(360deg); }
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@-moz-keyframes spin {
|
|
27
|
-
from { -moz-transform: rotate(0deg); }
|
|
28
|
-
to { -moz-transform: rotate(360deg); }
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@-ms-keyframes spin {
|
|
32
|
-
from { -ms-transform: rotate(0deg); }
|
|
33
|
-
to { -ms-transform: rotate(360deg); }
|
|
34
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
@mixin social-buttons-color ($color){
|
|
2
|
-
|
|
3
|
-
border-color: $color;
|
|
4
|
-
color: $color;
|
|
5
|
-
|
|
6
|
-
&:hover,
|
|
7
|
-
&:focus,
|
|
8
|
-
&:active,
|
|
9
|
-
&.active,
|
|
10
|
-
.open > &.dropdown-toggle {
|
|
11
|
-
background-color: $transparent-bg;
|
|
12
|
-
color: $color;
|
|
13
|
-
border-color: $color;
|
|
14
|
-
opacity: 1;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&:disabled,
|
|
18
|
-
&[disabled],
|
|
19
|
-
&.disabled {
|
|
20
|
-
background-color: $transparent-bg;
|
|
21
|
-
border-color: $color;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&.btn-fill {
|
|
25
|
-
color: $white-color;
|
|
26
|
-
background-color: $color;
|
|
27
|
-
opacity: 0.9;
|
|
28
|
-
|
|
29
|
-
&:hover,
|
|
30
|
-
&:focus,
|
|
31
|
-
&:active,
|
|
32
|
-
&.active,
|
|
33
|
-
.open > &.dropdown-toggle{
|
|
34
|
-
background-color: $color;
|
|
35
|
-
color: $white-color;
|
|
36
|
-
opacity: 1;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// Opacity
|
|
2
|
-
|
|
3
|
-
@mixin opacity($opacity) {
|
|
4
|
-
opacity: $opacity;
|
|
5
|
-
// IE8 filter
|
|
6
|
-
$opacity-ie: ($opacity * 100);
|
|
7
|
-
filter: #{alpha(opacity=$opacity-ie)};
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
@mixin black-filter($opacity){
|
|
11
|
-
top: 0;
|
|
12
|
-
left: 0;
|
|
13
|
-
height: 100%;
|
|
14
|
-
width: 100%;
|
|
15
|
-
position: absolute;
|
|
16
|
-
background-color: rgba(17,17,17,$opacity);
|
|
17
|
-
display: block;
|
|
18
|
-
content: "";
|
|
19
|
-
z-index: 1;
|
|
20
|
-
}
|