marketplacepos 2.5.1 → 2.5.2

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 (45) hide show
  1. package/Marketplace/397.9488b7c2d948b1be.js +1 -0
  2. package/Marketplace/assets/bootstrap_light.scss +1142 -1142
  3. package/Marketplace/assets/floatingLabel.scss +187 -187
  4. package/Marketplace/assets/lbd/_alerts.scss +90 -90
  5. package/Marketplace/assets/lbd/_bootstrap-switch.scss +128 -128
  6. package/Marketplace/assets/lbd/_buttons.scss +132 -132
  7. package/Marketplace/assets/lbd/_cards.scss +256 -256
  8. package/Marketplace/assets/lbd/_chartist.scss +229 -229
  9. package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +140 -140
  10. package/Marketplace/assets/lbd/_dropdown.scss +137 -137
  11. package/Marketplace/assets/lbd/_footers.scss +75 -75
  12. package/Marketplace/assets/lbd/_inputs.scss +141 -141
  13. package/Marketplace/assets/lbd/_misc.scss +120 -120
  14. package/Marketplace/assets/lbd/_mixins.scss +8 -8
  15. package/Marketplace/assets/lbd/_navbars.scss +235 -235
  16. package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +574 -574
  17. package/Marketplace/assets/lbd/_responsive.scss +482 -482
  18. package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +333 -333
  19. package/Marketplace/assets/lbd/_tables.scss +88 -88
  20. package/Marketplace/assets/lbd/_typography.scss +91 -91
  21. package/Marketplace/assets/lbd/_variables.scss +272 -272
  22. package/Marketplace/assets/lbd/mixins/_buttons.scss +69 -69
  23. package/Marketplace/assets/lbd/mixins/_cards.scss +8 -8
  24. package/Marketplace/assets/lbd/mixins/_chartist.scss +87 -87
  25. package/Marketplace/assets/lbd/mixins/_icons.scss +12 -12
  26. package/Marketplace/assets/lbd/mixins/_inputs.scss +1 -1
  27. package/Marketplace/assets/lbd/mixins/_labels.scss +20 -20
  28. package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +33 -33
  29. package/Marketplace/assets/lbd/mixins/_navbars.scss +11 -11
  30. package/Marketplace/assets/lbd/mixins/_social-buttons.scss +42 -42
  31. package/Marketplace/assets/lbd/mixins/_tabs.scss +3 -3
  32. package/Marketplace/assets/lbd/mixins/_transparency.scss +19 -19
  33. package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
  34. package/Marketplace/assets/lbd/plugins/_animate.scss +227 -227
  35. package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +463 -463
  36. package/Marketplace/assets/light-bootstrap-dashboard.scss +32 -32
  37. package/Marketplace/assets/pos_variable.scss +83 -83
  38. package/Marketplace/assets/sitemap.json +39 -39
  39. package/Marketplace/assets/stepper-custom.scss +32 -32
  40. package/Marketplace/assets/variables-custom.scss +190 -190
  41. package/Marketplace/assets/version-adjustment-v5.scss +286 -286
  42. package/Marketplace/index.html +2 -2
  43. package/Marketplace/{runtime.de37a7d67f4eed9c.js → runtime.6d4d6c7e2c139e6c.js} +1 -1
  44. package/package.json +1 -1
  45. package/Marketplace/397.5ae6b1775c69cdc2.js +0 -1
@@ -1,463 +1,463 @@
1
- /*!
2
- * Datetimepicker for Bootstrap 3
3
- * ! version : 4.7.14
4
- * https://github.com/Eonasdan/bootstrap-datetimepicker/
5
- */
6
- $bs-datetimepicker-timepicker-font-size: 1.2em !default;
7
- $bs-datetimepicker-active-bg: $info-color !default;
8
- $bs-datetimepicker-active-color: $white-color !default;
9
- $bs-datetimepicker-border-radius: $border-radius-base;
10
- $bs-datetimepicker-btn-hover-bg: $light-gray !default;
11
- $bs-datetimepicker-disabled-color: $medium-gray !default;
12
- $bs-datetimepicker-alternate-color: $medium-gray !default;
13
- $bs-datetimepicker-secondary-border-color: #ccc !default;
14
- $bs-datetimepicker-secondary-border-color-rgba: rgba(0, 0, 0, 0.2) !default;
15
- $bs-datetimepicker-primary-border-color: white !default;
16
- $bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !default;
17
-
18
-
19
- .sr-only {
20
- position: absolute;
21
- width: 1px;
22
- height: 1px;
23
- margin: -1px;
24
- padding: 0;
25
- overflow: hidden;
26
- clip: rect(0,0,0,0);
27
- border: 0;
28
- }
29
-
30
-
31
- .bootstrap-datetimepicker-widget {
32
- list-style: none;
33
-
34
-
35
- &.dropdown-menu {
36
- padding: 4px;
37
- width: 19em;
38
-
39
- &.timepicker-sbs {
40
- @media (min-width: $screen-sm-min) {
41
- width: 38em;
42
- }
43
-
44
- @media (min-width: $screen-md-min) {
45
- width: 38em;
46
- }
47
-
48
- @media (min-width: $screen-lg-min) {
49
- width: 38em;
50
- }
51
- }
52
-
53
- &.bottom {
54
-
55
- &:before {
56
- border-bottom: 11px solid rgba(0, 0, 0, 0.2);
57
- border-left: 11px solid rgba(0, 0, 0, 0);
58
- border-right: 11px solid rgba(0, 0, 0, 0);
59
- content: "";
60
- display: inline-block;
61
- position: absolute;
62
- left: 12px;
63
- top: -11px;
64
- }
65
-
66
- &:after {
67
- border-bottom: 11px solid #FFFFFF;
68
- border-left: 11px solid rgba(0, 0, 0, 0);
69
- border-right: 11px solid rgba(0, 0, 0, 0);
70
- content: "";
71
- display: inline-block;
72
- position: absolute;
73
- left: 12px;
74
- top: -10px;
75
- }
76
- }
77
-
78
- &.top {
79
- margin-top: auto;
80
- margin-bottom: -20px;
81
-
82
- &.open{
83
- margin-top: auto;
84
- margin-bottom: 5px;
85
- }
86
-
87
- &:before {
88
- border-top: 11px solid rgba(0, 0, 0, 0.2);
89
- border-left: 11px solid rgba(0, 0, 0, 0);
90
- border-right: 11px solid rgba(0, 0, 0, 0);
91
- border-bottom: none;
92
- content: "";
93
- display: inline-block;
94
- position: absolute;
95
- left: 12px;
96
- bottom: -11px;
97
- top: auto;
98
- }
99
-
100
- &:after {
101
- border-top: 11px solid #FFFFFF;
102
- border-left: 11px solid rgba(0, 0, 0, 0);
103
- border-right: 11px solid rgba(0, 0, 0, 0);
104
- border-bottom: none;
105
- content: "";
106
- display: inline-block;
107
- position: absolute;
108
- left: 12px;
109
- bottom: -10px;
110
- top: auto;
111
- }
112
- }
113
-
114
-
115
-
116
- &.pull-right {
117
- &:before {
118
- left: auto;
119
- right: 6px;
120
- }
121
-
122
- &:after {
123
- left: auto;
124
- right: 7px;
125
- }
126
- }
127
-
128
- &.open{
129
- visibility: visible !important;
130
- opacity: 1 !important;
131
- top: 125px !important;
132
- font-size: 14px !important;
133
- }
134
- }
135
-
136
- .list-unstyled {
137
- margin: 0;
138
- }
139
-
140
- a[data-action] {
141
- padding: 6px 0;
142
- border-width: 0;
143
- }
144
-
145
- a[data-action]:active {
146
- box-shadow: none;
147
- }
148
-
149
- .timepicker-hour, .timepicker-minute, .timepicker-second {
150
- width: 56px;
151
- height: 56px;
152
- font-weight: $font-weight-light;
153
- font-size: $font-size-h4;
154
- margin: 3px;
155
- border-radius: 50%;
156
- }
157
-
158
- button[data-action] {
159
- padding: 6px;
160
- }
161
-
162
- .btn[data-action="incrementHours"]::after {
163
- @extend .sr-only;
164
- content: "Increment Hours";
165
- }
166
-
167
- .btn[data-action="incrementMinutes"]::after {
168
- @extend .sr-only;
169
- content: "Increment Minutes";
170
- }
171
-
172
- .btn[data-action="decrementHours"]::after {
173
- @extend .sr-only;
174
- content: "Decrement Hours";
175
- }
176
-
177
- .btn[data-action="decrementMinutes"]::after {
178
- @extend .sr-only;
179
- content: "Decrement Minutes";
180
- }
181
-
182
- .btn[data-action="showHours"]::after {
183
- @extend .sr-only;
184
- content: "Show Hours";
185
- }
186
-
187
- .btn[data-action="showMinutes"]::after {
188
- @extend .sr-only;
189
- content: "Show Minutes";
190
- }
191
-
192
- .btn[data-action="togglePeriod"]::after {
193
- @extend .sr-only;
194
- content: "Toggle AM/PM";
195
- }
196
-
197
- .btn[data-action="clear"]::after {
198
- @extend .sr-only;
199
- content: "Clear the picker";
200
- }
201
-
202
- .btn[data-action="today"]::after {
203
- @extend .sr-only;
204
- content: "Set the date to today";
205
- }
206
-
207
- .picker-switch {
208
- text-align: center;
209
- border-radius: $bs-datetimepicker-border-radius;
210
- font-size: 14px;
211
-
212
- &::after {
213
- @extend .sr-only;
214
- content: "Toggle Date and Time Screens";
215
- }
216
-
217
- td {
218
- padding: 0;
219
- margin: 0;
220
- height: auto;
221
- width: auto;
222
- line-height: inherit;
223
-
224
- span {
225
- line-height: 2.5;
226
- height: 2.5em;
227
- width: 100%;
228
- border-radius: $bs-datetimepicker-border-radius;
229
- margin: 2px 0px !important;
230
- }
231
-
232
- a,
233
- a:hover{
234
- color: $info-color;
235
- }
236
- }
237
- }
238
-
239
- table {
240
- width: 100%;
241
- margin: 0;
242
-
243
-
244
- & td > div,
245
- & th > div {
246
- // @extend .animation-transition-fast;
247
- text-align: center;
248
-
249
- }
250
-
251
-
252
- & th {
253
- // @extend .animation-transition-fast;
254
-
255
- height: 20px;
256
- line-height: 20px;
257
- width: 20px;
258
-
259
- &.picker-switch {
260
- width: 145px;
261
- }
262
-
263
- &.disabled,
264
- &.disabled:hover {
265
- background: none;
266
- color: $bs-datetimepicker-disabled-color;
267
- cursor: not-allowed;
268
- }
269
-
270
- &.prev span,
271
- &.next span{
272
- border-radius: $bs-datetimepicker-border-radius;
273
- height: 27px;
274
- width: 27px;
275
- line-height: 28px;
276
- font-size: 12px;
277
- border-radius: 50%;
278
- text-align: center;
279
-
280
- }
281
-
282
- &.prev::after {
283
- @extend .sr-only;
284
- content: "Previous Month";
285
- }
286
-
287
- &.next::after {
288
- @extend .sr-only;
289
- content: "Next Month";
290
- }
291
-
292
- &.dow{
293
- text-align: center;
294
- border-bottom: 1px solid $light-gray;
295
- font-size: $font-size-small;
296
- text-transform: uppercase;
297
- color: $dark-gray;
298
- font-weight: $font-weight-normal;
299
- padding-bottom: 5px;
300
- padding-top: $padding-default-vertical;
301
- }
302
- }
303
-
304
- & thead tr:first-child th{
305
- cursor: pointer;
306
-
307
- &:hover span,
308
- &.picker-switch:hover{
309
- background: $bs-datetimepicker-btn-hover-bg;
310
- }
311
- }
312
-
313
- & td{
314
- > div {
315
- border-radius: $bs-datetimepicker-border-radius;
316
-
317
- height: 54px;
318
- line-height: 54px;
319
- width: 54px;
320
- text-align: center;
321
- }
322
-
323
- &.cw > div {
324
- font-size: .8em;
325
- height: 20px;
326
- line-height: 20px;
327
- color: $bs-datetimepicker-alternate-color;
328
- }
329
-
330
- &.day > div {
331
- height: 30px;
332
- line-height: 30px;
333
- width: 30px;
334
- text-align: center;
335
- padding: 0px;
336
- border-radius: 50%;
337
- }
338
-
339
- &.minute > div,
340
- &.hour > div{
341
- border-radius: 50%;
342
- }
343
-
344
- &.day:hover > div,
345
- &.hour:hover > div,
346
- &.minute:hover > div,
347
- &.second:hover > div {
348
- background: $bs-datetimepicker-btn-hover-bg;
349
- cursor: pointer;
350
- }
351
-
352
- &.old > div,
353
- &.new > div{
354
- color: $bs-datetimepicker-alternate-color;
355
- }
356
-
357
- &.today > div{
358
- position: relative;
359
-
360
- &:before {
361
- content: '';
362
- display: inline-block;
363
- border: 0 0 7px 7px solid transparent;
364
- border-bottom-color: $bs-datetimepicker-active-bg;
365
- border-top-color: $bs-datetimepicker-secondary-border-color-rgba;
366
- position: absolute;
367
- bottom: 4px;
368
- right: 4px;
369
- }
370
- }
371
-
372
- &.active > div,
373
- &.active:hover > div {
374
- background-color: $info-bg;
375
- color: $bs-datetimepicker-active-color;
376
-
377
- }
378
-
379
- &.active.today:before > div{
380
- border-bottom-color: #fff;
381
- }
382
-
383
- &.disabled > div,
384
- &.disabled:hover > div {
385
- background: none;
386
- color: $bs-datetimepicker-disabled-color;
387
- cursor: not-allowed;
388
- }
389
-
390
- span {
391
- // @extend .animation-transition-fast;
392
-
393
- display: inline-block;
394
- width: 56px;
395
- height: 56px;
396
- line-height: 56px;
397
- margin: 3px 3px;
398
- cursor: pointer;
399
- border-radius: 50%;
400
- text-align: center;
401
-
402
- &:hover {
403
- background: $bs-datetimepicker-btn-hover-bg;
404
- }
405
-
406
- &.active {
407
- background-color: $bs-datetimepicker-active-bg;
408
- color: $bs-datetimepicker-active-color;
409
- }
410
-
411
- &.old {
412
- color: $bs-datetimepicker-alternate-color;
413
- }
414
-
415
- &.disabled,
416
- &.disabled:hover {
417
- background: none;
418
- color: $bs-datetimepicker-disabled-color;
419
- cursor: not-allowed;
420
- }
421
- }
422
- }
423
- }
424
-
425
- .timepicker-picker,
426
- .timepicker-hours,
427
- .timepicker-minutes{
428
- span{
429
- border-radius: 50% !important;
430
- }
431
-
432
- .table-condensed{
433
- td{
434
- a{
435
- color: $default-color;
436
- background-color: transparent;
437
- }
438
- }
439
- }
440
- }
441
-
442
- &.usetwentyfour {
443
- td.hour {
444
- height: 27px;
445
- line-height: 27px;
446
- }
447
- }
448
- }
449
-
450
- .input-group.date {
451
- & .input-group-addon {
452
- cursor: pointer;
453
- }
454
- }
455
-
456
- .table-condensed>tbody>tr>td,
457
- .table-condensed>tbody>tr>th,
458
- .table-condensed>tfoot>tr>td,
459
- .table-condensed>tfoot>tr>th,
460
- .table-condensed>thead>tr>td,
461
- .table-condensed>thead>tr>th{
462
- padding: 1px;
463
- }
1
+ /*!
2
+ * Datetimepicker for Bootstrap 3
3
+ * ! version : 4.7.14
4
+ * https://github.com/Eonasdan/bootstrap-datetimepicker/
5
+ */
6
+ $bs-datetimepicker-timepicker-font-size: 1.2em !default;
7
+ $bs-datetimepicker-active-bg: $info-color !default;
8
+ $bs-datetimepicker-active-color: $white-color !default;
9
+ $bs-datetimepicker-border-radius: $border-radius-base;
10
+ $bs-datetimepicker-btn-hover-bg: $light-gray !default;
11
+ $bs-datetimepicker-disabled-color: $medium-gray !default;
12
+ $bs-datetimepicker-alternate-color: $medium-gray !default;
13
+ $bs-datetimepicker-secondary-border-color: #ccc !default;
14
+ $bs-datetimepicker-secondary-border-color-rgba: rgba(0, 0, 0, 0.2) !default;
15
+ $bs-datetimepicker-primary-border-color: white !default;
16
+ $bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !default;
17
+
18
+
19
+ .sr-only {
20
+ position: absolute;
21
+ width: 1px;
22
+ height: 1px;
23
+ margin: -1px;
24
+ padding: 0;
25
+ overflow: hidden;
26
+ clip: rect(0,0,0,0);
27
+ border: 0;
28
+ }
29
+
30
+
31
+ .bootstrap-datetimepicker-widget {
32
+ list-style: none;
33
+
34
+
35
+ &.dropdown-menu {
36
+ padding: 4px;
37
+ width: 19em;
38
+
39
+ &.timepicker-sbs {
40
+ @media (min-width: $screen-sm-min) {
41
+ width: 38em;
42
+ }
43
+
44
+ @media (min-width: $screen-md-min) {
45
+ width: 38em;
46
+ }
47
+
48
+ @media (min-width: $screen-lg-min) {
49
+ width: 38em;
50
+ }
51
+ }
52
+
53
+ &.bottom {
54
+
55
+ &:before {
56
+ border-bottom: 11px solid rgba(0, 0, 0, 0.2);
57
+ border-left: 11px solid rgba(0, 0, 0, 0);
58
+ border-right: 11px solid rgba(0, 0, 0, 0);
59
+ content: "";
60
+ display: inline-block;
61
+ position: absolute;
62
+ left: 12px;
63
+ top: -11px;
64
+ }
65
+
66
+ &:after {
67
+ border-bottom: 11px solid #FFFFFF;
68
+ border-left: 11px solid rgba(0, 0, 0, 0);
69
+ border-right: 11px solid rgba(0, 0, 0, 0);
70
+ content: "";
71
+ display: inline-block;
72
+ position: absolute;
73
+ left: 12px;
74
+ top: -10px;
75
+ }
76
+ }
77
+
78
+ &.top {
79
+ margin-top: auto;
80
+ margin-bottom: -20px;
81
+
82
+ &.open{
83
+ margin-top: auto;
84
+ margin-bottom: 5px;
85
+ }
86
+
87
+ &:before {
88
+ border-top: 11px solid rgba(0, 0, 0, 0.2);
89
+ border-left: 11px solid rgba(0, 0, 0, 0);
90
+ border-right: 11px solid rgba(0, 0, 0, 0);
91
+ border-bottom: none;
92
+ content: "";
93
+ display: inline-block;
94
+ position: absolute;
95
+ left: 12px;
96
+ bottom: -11px;
97
+ top: auto;
98
+ }
99
+
100
+ &:after {
101
+ border-top: 11px solid #FFFFFF;
102
+ border-left: 11px solid rgba(0, 0, 0, 0);
103
+ border-right: 11px solid rgba(0, 0, 0, 0);
104
+ border-bottom: none;
105
+ content: "";
106
+ display: inline-block;
107
+ position: absolute;
108
+ left: 12px;
109
+ bottom: -10px;
110
+ top: auto;
111
+ }
112
+ }
113
+
114
+
115
+
116
+ &.pull-right {
117
+ &:before {
118
+ left: auto;
119
+ right: 6px;
120
+ }
121
+
122
+ &:after {
123
+ left: auto;
124
+ right: 7px;
125
+ }
126
+ }
127
+
128
+ &.open{
129
+ visibility: visible !important;
130
+ opacity: 1 !important;
131
+ top: 125px !important;
132
+ font-size: 14px !important;
133
+ }
134
+ }
135
+
136
+ .list-unstyled {
137
+ margin: 0;
138
+ }
139
+
140
+ a[data-action] {
141
+ padding: 6px 0;
142
+ border-width: 0;
143
+ }
144
+
145
+ a[data-action]:active {
146
+ box-shadow: none;
147
+ }
148
+
149
+ .timepicker-hour, .timepicker-minute, .timepicker-second {
150
+ width: 56px;
151
+ height: 56px;
152
+ font-weight: $font-weight-light;
153
+ font-size: $font-size-h4;
154
+ margin: 3px;
155
+ border-radius: 50%;
156
+ }
157
+
158
+ button[data-action] {
159
+ padding: 6px;
160
+ }
161
+
162
+ .btn[data-action="incrementHours"]::after {
163
+ @extend .sr-only;
164
+ content: "Increment Hours";
165
+ }
166
+
167
+ .btn[data-action="incrementMinutes"]::after {
168
+ @extend .sr-only;
169
+ content: "Increment Minutes";
170
+ }
171
+
172
+ .btn[data-action="decrementHours"]::after {
173
+ @extend .sr-only;
174
+ content: "Decrement Hours";
175
+ }
176
+
177
+ .btn[data-action="decrementMinutes"]::after {
178
+ @extend .sr-only;
179
+ content: "Decrement Minutes";
180
+ }
181
+
182
+ .btn[data-action="showHours"]::after {
183
+ @extend .sr-only;
184
+ content: "Show Hours";
185
+ }
186
+
187
+ .btn[data-action="showMinutes"]::after {
188
+ @extend .sr-only;
189
+ content: "Show Minutes";
190
+ }
191
+
192
+ .btn[data-action="togglePeriod"]::after {
193
+ @extend .sr-only;
194
+ content: "Toggle AM/PM";
195
+ }
196
+
197
+ .btn[data-action="clear"]::after {
198
+ @extend .sr-only;
199
+ content: "Clear the picker";
200
+ }
201
+
202
+ .btn[data-action="today"]::after {
203
+ @extend .sr-only;
204
+ content: "Set the date to today";
205
+ }
206
+
207
+ .picker-switch {
208
+ text-align: center;
209
+ border-radius: $bs-datetimepicker-border-radius;
210
+ font-size: 14px;
211
+
212
+ &::after {
213
+ @extend .sr-only;
214
+ content: "Toggle Date and Time Screens";
215
+ }
216
+
217
+ td {
218
+ padding: 0;
219
+ margin: 0;
220
+ height: auto;
221
+ width: auto;
222
+ line-height: inherit;
223
+
224
+ span {
225
+ line-height: 2.5;
226
+ height: 2.5em;
227
+ width: 100%;
228
+ border-radius: $bs-datetimepicker-border-radius;
229
+ margin: 2px 0px !important;
230
+ }
231
+
232
+ a,
233
+ a:hover{
234
+ color: $info-color;
235
+ }
236
+ }
237
+ }
238
+
239
+ table {
240
+ width: 100%;
241
+ margin: 0;
242
+
243
+
244
+ & td > div,
245
+ & th > div {
246
+ // @extend .animation-transition-fast;
247
+ text-align: center;
248
+
249
+ }
250
+
251
+
252
+ & th {
253
+ // @extend .animation-transition-fast;
254
+
255
+ height: 20px;
256
+ line-height: 20px;
257
+ width: 20px;
258
+
259
+ &.picker-switch {
260
+ width: 145px;
261
+ }
262
+
263
+ &.disabled,
264
+ &.disabled:hover {
265
+ background: none;
266
+ color: $bs-datetimepicker-disabled-color;
267
+ cursor: not-allowed;
268
+ }
269
+
270
+ &.prev span,
271
+ &.next span{
272
+ border-radius: $bs-datetimepicker-border-radius;
273
+ height: 27px;
274
+ width: 27px;
275
+ line-height: 28px;
276
+ font-size: 12px;
277
+ border-radius: 50%;
278
+ text-align: center;
279
+
280
+ }
281
+
282
+ &.prev::after {
283
+ @extend .sr-only;
284
+ content: "Previous Month";
285
+ }
286
+
287
+ &.next::after {
288
+ @extend .sr-only;
289
+ content: "Next Month";
290
+ }
291
+
292
+ &.dow{
293
+ text-align: center;
294
+ border-bottom: 1px solid $light-gray;
295
+ font-size: $font-size-small;
296
+ text-transform: uppercase;
297
+ color: $dark-gray;
298
+ font-weight: $font-weight-normal;
299
+ padding-bottom: 5px;
300
+ padding-top: $padding-default-vertical;
301
+ }
302
+ }
303
+
304
+ & thead tr:first-child th{
305
+ cursor: pointer;
306
+
307
+ &:hover span,
308
+ &.picker-switch:hover{
309
+ background: $bs-datetimepicker-btn-hover-bg;
310
+ }
311
+ }
312
+
313
+ & td{
314
+ > div {
315
+ border-radius: $bs-datetimepicker-border-radius;
316
+
317
+ height: 54px;
318
+ line-height: 54px;
319
+ width: 54px;
320
+ text-align: center;
321
+ }
322
+
323
+ &.cw > div {
324
+ font-size: .8em;
325
+ height: 20px;
326
+ line-height: 20px;
327
+ color: $bs-datetimepicker-alternate-color;
328
+ }
329
+
330
+ &.day > div {
331
+ height: 30px;
332
+ line-height: 30px;
333
+ width: 30px;
334
+ text-align: center;
335
+ padding: 0px;
336
+ border-radius: 50%;
337
+ }
338
+
339
+ &.minute > div,
340
+ &.hour > div{
341
+ border-radius: 50%;
342
+ }
343
+
344
+ &.day:hover > div,
345
+ &.hour:hover > div,
346
+ &.minute:hover > div,
347
+ &.second:hover > div {
348
+ background: $bs-datetimepicker-btn-hover-bg;
349
+ cursor: pointer;
350
+ }
351
+
352
+ &.old > div,
353
+ &.new > div{
354
+ color: $bs-datetimepicker-alternate-color;
355
+ }
356
+
357
+ &.today > div{
358
+ position: relative;
359
+
360
+ &:before {
361
+ content: '';
362
+ display: inline-block;
363
+ border: 0 0 7px 7px solid transparent;
364
+ border-bottom-color: $bs-datetimepicker-active-bg;
365
+ border-top-color: $bs-datetimepicker-secondary-border-color-rgba;
366
+ position: absolute;
367
+ bottom: 4px;
368
+ right: 4px;
369
+ }
370
+ }
371
+
372
+ &.active > div,
373
+ &.active:hover > div {
374
+ background-color: $info-bg;
375
+ color: $bs-datetimepicker-active-color;
376
+
377
+ }
378
+
379
+ &.active.today:before > div{
380
+ border-bottom-color: #fff;
381
+ }
382
+
383
+ &.disabled > div,
384
+ &.disabled:hover > div {
385
+ background: none;
386
+ color: $bs-datetimepicker-disabled-color;
387
+ cursor: not-allowed;
388
+ }
389
+
390
+ span {
391
+ // @extend .animation-transition-fast;
392
+
393
+ display: inline-block;
394
+ width: 56px;
395
+ height: 56px;
396
+ line-height: 56px;
397
+ margin: 3px 3px;
398
+ cursor: pointer;
399
+ border-radius: 50%;
400
+ text-align: center;
401
+
402
+ &:hover {
403
+ background: $bs-datetimepicker-btn-hover-bg;
404
+ }
405
+
406
+ &.active {
407
+ background-color: $bs-datetimepicker-active-bg;
408
+ color: $bs-datetimepicker-active-color;
409
+ }
410
+
411
+ &.old {
412
+ color: $bs-datetimepicker-alternate-color;
413
+ }
414
+
415
+ &.disabled,
416
+ &.disabled:hover {
417
+ background: none;
418
+ color: $bs-datetimepicker-disabled-color;
419
+ cursor: not-allowed;
420
+ }
421
+ }
422
+ }
423
+ }
424
+
425
+ .timepicker-picker,
426
+ .timepicker-hours,
427
+ .timepicker-minutes{
428
+ span{
429
+ border-radius: 50% !important;
430
+ }
431
+
432
+ .table-condensed{
433
+ td{
434
+ a{
435
+ color: $default-color;
436
+ background-color: transparent;
437
+ }
438
+ }
439
+ }
440
+ }
441
+
442
+ &.usetwentyfour {
443
+ td.hour {
444
+ height: 27px;
445
+ line-height: 27px;
446
+ }
447
+ }
448
+ }
449
+
450
+ .input-group.date {
451
+ & .input-group-addon {
452
+ cursor: pointer;
453
+ }
454
+ }
455
+
456
+ .table-condensed>tbody>tr>td,
457
+ .table-condensed>tbody>tr>th,
458
+ .table-condensed>tfoot>tr>td,
459
+ .table-condensed>tfoot>tr>th,
460
+ .table-condensed>thead>tr>td,
461
+ .table-condensed>thead>tr>th{
462
+ padding: 1px;
463
+ }