dealpostools 2.0.6 → 2.0.7

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.
Files changed (42) hide show
  1. package/package.json +1 -11
  2. package/tools/642.5d39acadd5be978d.js +1 -0
  3. package/tools/assets/bootstrap_light.scss +1172 -1172
  4. package/tools/assets/lbd/_alerts.scss +90 -90
  5. package/tools/assets/lbd/_bootstrap-switch.scss +128 -128
  6. package/tools/assets/lbd/_buttons.scss +132 -132
  7. package/tools/assets/lbd/_cards.scss +256 -256
  8. package/tools/assets/lbd/_chartist.scss +229 -229
  9. package/tools/assets/lbd/_checkbox-radio-switch.scss +140 -140
  10. package/tools/assets/lbd/_dropdown.scss +137 -137
  11. package/tools/assets/lbd/_footers.scss +75 -75
  12. package/tools/assets/lbd/_inputs.scss +141 -141
  13. package/tools/assets/lbd/_misc.scss +120 -120
  14. package/tools/assets/lbd/_mixins.scss +8 -8
  15. package/tools/assets/lbd/_navbars.scss +235 -235
  16. package/tools/assets/lbd/_partial-nucleo-icons.scss +574 -574
  17. package/tools/assets/lbd/_responsive.scss +482 -482
  18. package/tools/assets/lbd/_sidebar-and-main-panel.scss +331 -331
  19. package/tools/assets/lbd/_tables.scss +88 -88
  20. package/tools/assets/lbd/_typography.scss +91 -91
  21. package/tools/assets/lbd/_variables.scss +272 -272
  22. package/tools/assets/lbd/mixins/_buttons.scss +69 -69
  23. package/tools/assets/lbd/mixins/_cards.scss +8 -8
  24. package/tools/assets/lbd/mixins/_chartist.scss +85 -85
  25. package/tools/assets/lbd/mixins/_icons.scss +12 -12
  26. package/tools/assets/lbd/mixins/_inputs.scss +1 -1
  27. package/tools/assets/lbd/mixins/_labels.scss +20 -20
  28. package/tools/assets/lbd/mixins/_morphing-buttons.scss +33 -33
  29. package/tools/assets/lbd/mixins/_navbars.scss +11 -11
  30. package/tools/assets/lbd/mixins/_social-buttons.scss +42 -42
  31. package/tools/assets/lbd/mixins/_tabs.scss +3 -3
  32. package/tools/assets/lbd/mixins/_transparency.scss +19 -19
  33. package/tools/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
  34. package/tools/assets/lbd/plugins/_animate.scss +227 -227
  35. package/tools/assets/lbd/plugins/_datetime-picker.scss +463 -463
  36. package/tools/assets/light-bootstrap-dashboard.scss +32 -32
  37. package/tools/assets/pos_variable.scss +83 -83
  38. package/tools/index.html +2 -2
  39. package/tools/main.eb9648348ee7f065.js +1 -0
  40. package/tools/{runtime.4c9ee467c84ede91.js → runtime.c8171bfc17eaf1cc.js} +1 -1
  41. package/tools/157.a84bb181407710a0.js +0 -1
  42. package/tools/main.c604dd23bb38821d.js +0 -1
@@ -1,331 +1,331 @@
1
- .sidebar,
2
- body > .navbar-collapse{
3
- position: fixed;
4
- top: 0;
5
- bottom: 0;
6
- left: 0;
7
- width: 200px;
8
- display: block;
9
- z-index: 1;
10
- color: #fff;
11
- font-weight: 200;
12
- background-size: cover;
13
- background-position: center center;
14
-
15
- .sidebar-wrapper{
16
- position: relative;
17
- max-height: calc(100vh - 61px);
18
- min-height: calc(100vh - 61px);
19
- overflow: auto;
20
- width: 200px;
21
- z-index: 4;
22
-
23
- }
24
-
25
- /*
26
- ------ @Scrollbar styling
27
- */
28
- .sidebar-wrapper {
29
- overflow: hidden;
30
- cursor: pointer;
31
-
32
- }
33
-
34
- .sidebar-wrapper:hover {
35
- overflow-y: auto !important;
36
- }
37
-
38
- .sidebar-wrapper::-webkit-scrollbar {
39
- padding-right: 20px;
40
- width: 7px !important;
41
- }
42
-
43
- .sidebar-wrapper::-webkit-scrollbar-button {
44
- width: 1px;
45
- height: 30px;
46
- }
47
-
48
- .sidebar-wrapper::-webkit-scrollbar-track {
49
- border-left: 1px solid white;
50
- width: 8px;
51
- }
52
-
53
- .sidebar-wrapper::-webkit-scrollbar-thumb {
54
- border-left: 3px solid white;
55
- }
56
-
57
- .sidebar-background{
58
- position: absolute;
59
- z-index: 1;
60
- height: 100%;
61
- width: 100%;
62
- display: block;
63
- top: 0;
64
- left: 0;
65
- background-size: cover;
66
- background-position: center center;
67
- }
68
-
69
- .logo{
70
- height:60px;
71
- padding: 10px 15px 9px 15px;
72
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
73
- position: relative;
74
- z-index: 5;
75
-
76
- p{
77
- float: left;
78
- font-size: 20px;
79
- margin: 10px 10px;
80
- color: $white-color;
81
- line-height: 20px;
82
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
83
- }
84
-
85
- .simple-text{
86
- text-transform: uppercase;
87
- padding: $padding-small-vertical $padding-zero;
88
- display: block;
89
- font-size: $font-size-large;
90
- color: $white-color;
91
- text-align: center;
92
- font-weight: $font-weight-normal;
93
- line-height: 30px;
94
- }
95
- }
96
-
97
- .logo-tim{
98
- border-radius: 50%;
99
- border: 1px solid #333;
100
- display: block;
101
- height: 61px;
102
- width: 61px;
103
- float: left;
104
- overflow: hidden;
105
-
106
- img{
107
- width: 60px;
108
- height: 60px;
109
- }
110
- }
111
-
112
- .nav{
113
- margin-top: 10px;
114
- float: none;
115
- display: block;
116
-
117
- li{
118
- .nav-link{
119
- color: $white-color;
120
- margin: 5px 15px;
121
- opacity: .86;
122
- border-radius: 4px;
123
- display: block;
124
- padding: 10px 15px;
125
-
126
- &:hover{
127
- background: rgba(255, 255, 255, 0.13);
128
- opacity: 1;
129
- }
130
-
131
- p{
132
- margin: 0;
133
- line-height: 31px;
134
- font-size: 12px;
135
- font-weight: 600;
136
- text-transform: uppercase;
137
- display: inline-flex;
138
- }
139
-
140
- i{
141
- font-size: 20px;
142
- margin-right: 15px;
143
- width: 30px;
144
- text-align: center;
145
- vertical-align: middle;
146
- float: left;
147
- line-height: 30px;
148
- }
149
- }
150
-
151
- &:hover .nav-link{
152
- background: rgba(255,255,255,0.13);
153
- opacity: 1;
154
- }
155
-
156
- &.active .nav-link{
157
- color: $white-color;
158
- opacity: 1;
159
- background: rgba(255,255,255,0.23);
160
-
161
- }
162
-
163
- &.separator{
164
- margin: 15px 0;
165
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
166
-
167
- & + .nav-item {
168
- margin-top: 31px;
169
- }
170
- }
171
-
172
- }
173
-
174
-
175
-
176
- .caret{
177
- margin-top: 13px;
178
- position: absolute;
179
- right: 30px;
180
- }
181
-
182
- .active-pro{
183
- position: absolute;
184
- width: 100%;
185
- bottom: 10px;
186
-
187
- a{
188
- color: $white-color !important;
189
-
190
- }
191
- }
192
-
193
- .nav-link{
194
- color: $white-color;
195
- margin: 5px 15px;
196
- opacity: .86;
197
- border-radius: 4px;
198
- text-transform: uppercase;
199
- line-height: 30px;
200
- font-size: 12px;
201
- font-weight: 600;
202
- }
203
- }
204
-
205
- .logo{
206
- padding: $navbar-padding-a;
207
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
208
-
209
- p{
210
- float: left;
211
- font-size: 20px;
212
- margin: 10px 10px;
213
- color: $white-color;
214
- line-height: 20px;
215
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
216
- }
217
-
218
- .simple-text{
219
- text-transform: uppercase;
220
- padding: 5px 0 5px 15px;
221
- display: block;
222
- font-size: $font-size-large;
223
- color: $white-color;
224
- text-align: center;
225
- font-weight: $font-weight-normal;
226
- line-height: 30px;
227
- }
228
- }
229
-
230
- .logo-tim{
231
- border-radius: 50%;
232
- border: 1px solid #333;
233
- display: block;
234
- height: 61px;
235
- width: 61px;
236
- float: left;
237
- overflow: hidden;
238
-
239
- img{
240
- width: 60px;
241
- height: 60px;
242
- }
243
- }
244
-
245
- &:after,
246
- &:before{
247
- display: block;
248
- content: "";
249
- position: absolute;
250
- width: 100%;
251
- height: 100%;
252
- top: 0;
253
- left: 0;
254
- z-index: 2;
255
- }
256
-
257
- &:before{
258
- opacity: .33;
259
- background: #000000;
260
- }
261
-
262
- &:after{
263
- @include icon-gradient($new-purple, $purple-color-bottom);
264
- z-index: 3;
265
- opacity: 1;
266
- }
267
-
268
- &[data-image]:after,
269
- &.has-image:after{
270
- opacity: .77;
271
- }
272
-
273
- &[data-color="black"]:after{
274
- @include icon-gradient($default-states-color, $default-states-color);
275
- }
276
- &[data-color="blue"]:after{
277
- @include icon-gradient($new-dark-blue, $blue-color-bottom);
278
- }
279
- &[data-color="azure"]:after{
280
- @include icon-gradient($new-blue, $azure-color-bottom);
281
- }
282
- &[data-color="green"]:after{
283
- @include icon-gradient($new-green, $green-color-bottom);
284
- }
285
- &[data-color="orange"]:after{
286
- @include icon-gradient($new-orange, $orange-color-bottom);
287
- }
288
- &[data-color="red"]:after{
289
- @include icon-gradient($new-red, $red-color-bottom);
290
- }
291
- &[data-color="purple"]:after{
292
- @include icon-gradient($new-purple, $purple-color-bottom);
293
- }
294
- }
295
-
296
-
297
- .main-panel {
298
- padding: 60px 0 0 200px;
299
- background: white;
300
-
301
- .main-panel-content {
302
- min-height: calc(100% - 123px);
303
- padding-bottom: 60px;
304
- }
305
-
306
- > .footer {
307
- border-top: 1px solid #e7e7e7;
308
- }
309
-
310
- .navbar {
311
- margin-bottom: 0;
312
- }
313
- }
314
-
315
- .sidebar,
316
- .main-panel{
317
- -webkit-transition-property: top,bottom;
318
- transition-property: top,bottom;
319
- -webkit-transition-duration: .2s,.2s;
320
- transition-duration: .2s,.2s;
321
- -webkit-transition-timing-function: linear,linear;
322
- transition-timing-function: linear,linear;
323
- -webkit-overflow-scrolling: touch;
324
- }
325
-
326
-
327
- @include media-breakpoint-up(lg) {
328
- .main-panel .navbar.fixed-top {
329
- left: 200px !important;
330
- }
331
- }
1
+ .sidebar,
2
+ body > .navbar-collapse{
3
+ position: fixed;
4
+ top: 0;
5
+ bottom: 0;
6
+ left: 0;
7
+ width: 200px;
8
+ display: block;
9
+ z-index: 1;
10
+ color: #fff;
11
+ font-weight: 200;
12
+ background-size: cover;
13
+ background-position: center center;
14
+
15
+ .sidebar-wrapper{
16
+ position: relative;
17
+ max-height: calc(100vh - 61px);
18
+ min-height: calc(100vh - 61px);
19
+ overflow: auto;
20
+ width: 200px;
21
+ z-index: 4;
22
+
23
+ }
24
+
25
+ /*
26
+ ------ @Scrollbar styling
27
+ */
28
+ .sidebar-wrapper {
29
+ overflow: hidden;
30
+ cursor: pointer;
31
+
32
+ }
33
+
34
+ .sidebar-wrapper:hover {
35
+ overflow-y: auto !important;
36
+ }
37
+
38
+ .sidebar-wrapper::-webkit-scrollbar {
39
+ padding-right: 20px;
40
+ width: 7px !important;
41
+ }
42
+
43
+ .sidebar-wrapper::-webkit-scrollbar-button {
44
+ width: 1px;
45
+ height: 30px;
46
+ }
47
+
48
+ .sidebar-wrapper::-webkit-scrollbar-track {
49
+ border-left: 1px solid white;
50
+ width: 8px;
51
+ }
52
+
53
+ .sidebar-wrapper::-webkit-scrollbar-thumb {
54
+ border-left: 3px solid white;
55
+ }
56
+
57
+ .sidebar-background{
58
+ position: absolute;
59
+ z-index: 1;
60
+ height: 100%;
61
+ width: 100%;
62
+ display: block;
63
+ top: 0;
64
+ left: 0;
65
+ background-size: cover;
66
+ background-position: center center;
67
+ }
68
+
69
+ .logo{
70
+ height:60px;
71
+ padding: 10px 15px 9px 15px;
72
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
73
+ position: relative;
74
+ z-index: 5;
75
+
76
+ p{
77
+ float: left;
78
+ font-size: 20px;
79
+ margin: 10px 10px;
80
+ color: $white-color;
81
+ line-height: 20px;
82
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
83
+ }
84
+
85
+ .simple-text{
86
+ text-transform: uppercase;
87
+ padding: $padding-small-vertical $padding-zero;
88
+ display: block;
89
+ font-size: $font-size-large;
90
+ color: $white-color;
91
+ text-align: center;
92
+ font-weight: $font-weight-normal;
93
+ line-height: 30px;
94
+ }
95
+ }
96
+
97
+ .logo-tim{
98
+ border-radius: 50%;
99
+ border: 1px solid #333;
100
+ display: block;
101
+ height: 61px;
102
+ width: 61px;
103
+ float: left;
104
+ overflow: hidden;
105
+
106
+ img{
107
+ width: 60px;
108
+ height: 60px;
109
+ }
110
+ }
111
+
112
+ .nav{
113
+ margin-top: 10px;
114
+ float: none;
115
+ display: block;
116
+
117
+ li{
118
+ .nav-link{
119
+ color: $white-color;
120
+ margin: 5px 15px;
121
+ opacity: .86;
122
+ border-radius: 4px;
123
+ display: block;
124
+ padding: 10px 15px;
125
+
126
+ &:hover{
127
+ background: rgba(255, 255, 255, 0.13);
128
+ opacity: 1;
129
+ }
130
+
131
+ p{
132
+ margin: 0;
133
+ line-height: 31px;
134
+ font-size: 12px;
135
+ font-weight: 600;
136
+ text-transform: uppercase;
137
+ display: inline-flex;
138
+ }
139
+
140
+ i{
141
+ font-size: 20px;
142
+ margin-right: 15px;
143
+ width: 30px;
144
+ text-align: center;
145
+ vertical-align: middle;
146
+ float: left;
147
+ line-height: 30px;
148
+ }
149
+ }
150
+
151
+ &:hover .nav-link{
152
+ background: rgba(255,255,255,0.13);
153
+ opacity: 1;
154
+ }
155
+
156
+ &.active .nav-link{
157
+ color: $white-color;
158
+ opacity: 1;
159
+ background: rgba(255,255,255,0.23);
160
+
161
+ }
162
+
163
+ &.separator{
164
+ margin: 15px 0;
165
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
166
+
167
+ & + .nav-item {
168
+ margin-top: 31px;
169
+ }
170
+ }
171
+
172
+ }
173
+
174
+
175
+
176
+ .caret{
177
+ margin-top: 13px;
178
+ position: absolute;
179
+ right: 30px;
180
+ }
181
+
182
+ .active-pro{
183
+ position: absolute;
184
+ width: 100%;
185
+ bottom: 10px;
186
+
187
+ a{
188
+ color: $white-color !important;
189
+
190
+ }
191
+ }
192
+
193
+ .nav-link{
194
+ color: $white-color;
195
+ margin: 5px 15px;
196
+ opacity: .86;
197
+ border-radius: 4px;
198
+ text-transform: uppercase;
199
+ line-height: 30px;
200
+ font-size: 12px;
201
+ font-weight: 600;
202
+ }
203
+ }
204
+
205
+ .logo{
206
+ padding: $navbar-padding-a;
207
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
208
+
209
+ p{
210
+ float: left;
211
+ font-size: 20px;
212
+ margin: 10px 10px;
213
+ color: $white-color;
214
+ line-height: 20px;
215
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
216
+ }
217
+
218
+ .simple-text{
219
+ text-transform: uppercase;
220
+ padding: 5px 0 5px 15px;
221
+ display: block;
222
+ font-size: $font-size-large;
223
+ color: $white-color;
224
+ text-align: center;
225
+ font-weight: $font-weight-normal;
226
+ line-height: 30px;
227
+ }
228
+ }
229
+
230
+ .logo-tim{
231
+ border-radius: 50%;
232
+ border: 1px solid #333;
233
+ display: block;
234
+ height: 61px;
235
+ width: 61px;
236
+ float: left;
237
+ overflow: hidden;
238
+
239
+ img{
240
+ width: 60px;
241
+ height: 60px;
242
+ }
243
+ }
244
+
245
+ &:after,
246
+ &:before{
247
+ display: block;
248
+ content: "";
249
+ position: absolute;
250
+ width: 100%;
251
+ height: 100%;
252
+ top: 0;
253
+ left: 0;
254
+ z-index: 2;
255
+ }
256
+
257
+ &:before{
258
+ opacity: .33;
259
+ background: #000000;
260
+ }
261
+
262
+ &:after{
263
+ @include icon-gradient($new-purple, $purple-color-bottom);
264
+ z-index: 3;
265
+ opacity: 1;
266
+ }
267
+
268
+ &[data-image]:after,
269
+ &.has-image:after{
270
+ opacity: .77;
271
+ }
272
+
273
+ &[data-color="black"]:after{
274
+ @include icon-gradient($default-states-color, $default-states-color);
275
+ }
276
+ &[data-color="blue"]:after{
277
+ @include icon-gradient($new-dark-blue, $blue-color-bottom);
278
+ }
279
+ &[data-color="azure"]:after{
280
+ @include icon-gradient($new-blue, $azure-color-bottom);
281
+ }
282
+ &[data-color="green"]:after{
283
+ @include icon-gradient($new-green, $green-color-bottom);
284
+ }
285
+ &[data-color="orange"]:after{
286
+ @include icon-gradient($new-orange, $orange-color-bottom);
287
+ }
288
+ &[data-color="red"]:after{
289
+ @include icon-gradient($new-red, $red-color-bottom);
290
+ }
291
+ &[data-color="purple"]:after{
292
+ @include icon-gradient($new-purple, $purple-color-bottom);
293
+ }
294
+ }
295
+
296
+
297
+ .main-panel {
298
+ padding: 60px 0 0 200px;
299
+ background: white;
300
+
301
+ .main-panel-content {
302
+ min-height: calc(100% - 123px);
303
+ padding-bottom: 60px;
304
+ }
305
+
306
+ > .footer {
307
+ border-top: 1px solid #e7e7e7;
308
+ }
309
+
310
+ .navbar {
311
+ margin-bottom: 0;
312
+ }
313
+ }
314
+
315
+ .sidebar,
316
+ .main-panel{
317
+ -webkit-transition-property: top,bottom;
318
+ transition-property: top,bottom;
319
+ -webkit-transition-duration: .2s,.2s;
320
+ transition-duration: .2s,.2s;
321
+ -webkit-transition-timing-function: linear,linear;
322
+ transition-timing-function: linear,linear;
323
+ -webkit-overflow-scrolling: touch;
324
+ }
325
+
326
+
327
+ @include media-breakpoint-up(lg) {
328
+ .main-panel .navbar.fixed-top {
329
+ left: 200px !important;
330
+ }
331
+ }