carriera-intern-components 1.1.199 → 1.1.721

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 (111) hide show
  1. package/fesm2022/carriera-intern-components.mjs +9119 -5402
  2. package/fesm2022/carriera-intern-components.mjs.map +1 -1
  3. package/index.d.ts +2550 -3
  4. package/package.json +1 -1
  5. package/public/assets/animations/animation-document-update.json +1 -0
  6. package/public/assets/animations/animation-image.json +1 -0
  7. package/public/assets/animations/animation-logo.json +1 -0
  8. package/public/assets/animations/animation-media.json +1 -0
  9. package/public/assets/cdl.png +0 -0
  10. package/public/assets/icons/Thumb-active.svg +3 -0
  11. package/public/assets/icons/cai-drop-zone-focus.svg +48 -0
  12. package/public/assets/icons/fuel-contact/cai-contact.svg +3 -0
  13. package/public/assets/icons/general/cai-date.svg +1 -1
  14. package/public/assets/icons/general/cai-sort-descending.svg +4 -0
  15. package/public/assets/icons/interaction/cai-dislike.svg +2 -2
  16. package/public/assets/icons/interaction/cai-drag.svg +3 -0
  17. package/public/assets/icons/interaction/cai-like.svg +2 -2
  18. package/public/assets/icons/interaction/cai_time.svg +1 -1
  19. package/public/assets/icons/load/cai-parking.svg +3 -0
  20. package/public/assets/invexample.png +0 -0
  21. package/public/assets/invoice.png +0 -0
  22. package/public/assets/json/icons.json +20 -0
  23. package/src/styles/README.md +7 -5
  24. package/src/styles/_variables.scss +27 -14
  25. package/src/styles/cropper.scss +14 -8
  26. package/src/styles/custompickers.scss +704 -693
  27. package/src/styles/popover.scss +210 -4
  28. package/src/styles/review_variables.scss +5 -0
  29. package/src/styles/tooltip.scss +37 -3
  30. package/src/styles.scss +18 -6
  31. package/app/components/avatar/avatar.component.d.ts +0 -30
  32. package/app/components/avatar/models/avatar.model.d.ts +0 -28
  33. package/app/components/avatar/models/index.d.ts +0 -1
  34. package/app/components/avatar/pipes/initials.pipe.d.ts +0 -11
  35. package/app/components/copy/copy.component.d.ts +0 -23
  36. package/app/components/document-preview/document-preview.component.d.ts +0 -107
  37. package/app/components/document-preview/interfaces/document-tag.interface.d.ts +0 -4
  38. package/app/components/document-preview/interfaces/index.d.ts +0 -1
  39. package/app/components/drop-zone/drop-zone.component.d.ts +0 -192
  40. package/app/components/drop-zone/models/file.response.d.ts +0 -10
  41. package/app/components/input/directives/helpers/index.d.ts +0 -1
  42. package/app/components/input/directives/helpers/mask.helper.d.ts +0 -15
  43. package/app/components/input/directives/mask.directive.d.ts +0 -67
  44. package/app/components/input/directives/number-format.directive.d.ts +0 -120
  45. package/app/components/input/directives/password.directive.d.ts +0 -100
  46. package/app/components/input/input.component.d.ts +0 -394
  47. package/app/components/input/models/dropdown.model.d.ts +0 -272
  48. package/app/components/input/models/index.d.ts +0 -2
  49. package/app/components/input/models/input.model.d.ts +0 -62
  50. package/app/components/input/pipes/error-message.pipe.d.ts +0 -11
  51. package/app/components/input/pipes/filter-by-search.pipe.d.ts +0 -9
  52. package/app/components/input/pipes/highlight-search.d.ts +0 -13
  53. package/app/components/input/pipes/remap-pm-icons.pipe.d.ts +0 -7
  54. package/app/components/input-address/enums/input-address-layers-string.enum.d.ts +0 -4
  55. package/app/components/input-address/enums/input-address-type-string.enum.d.ts +0 -5
  56. package/app/components/input-address/input-address.component.d.ts +0 -67
  57. package/app/components/input-address/models/address-data.model.d.ts +0 -19
  58. package/app/components/input-address/models/address-list.model.d.ts +0 -6
  59. package/app/components/input-address/models/long-lat.model.d.ts +0 -4
  60. package/app/components/input-address/models/sent-address-data.model.d.ts +0 -22
  61. package/app/components/input-datetime-picker/cai-input-datetime-picker.component.d.ts +0 -103
  62. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/cai-custom-datetime-pickers.component.d.ts +0 -58
  63. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-dates-main/cai-custom-datetime-pickers-calendar-dates-main.component.d.ts +0 -41
  64. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-days/cai-custom-datetime-pickers-calendar-days.component.d.ts +0 -26
  65. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-calendar-left/cai-custom-datetime-pickers-calendar-left.component.d.ts +0 -30
  66. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/components/cai-custom-datetime-pickers-date-calendars/cai-custom-datetime-pickers-date-calendars.component.d.ts +0 -38
  67. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config/cai-input.config.d.ts +0 -169
  68. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/config/index.d.ts +0 -1
  69. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-left-string.enum.d.ts +0 -5
  70. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-list-preview-string.enum.d.ts +0 -4
  71. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-main-string.enum.d.ts +0 -5
  72. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-scroll-type-string.enum.d.ts +0 -4
  73. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-string.enum.d.ts +0 -6
  74. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/calendar-type-string.enum.d.ts +0 -3
  75. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/enums/config.enum.d.ts +0 -7
  76. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/models/scroll-change.model.d.ts +0 -6
  77. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/models/scroll-type.model.d.ts +0 -8
  78. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/pipes/calendar-months.pipe.d.ts +0 -9
  79. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/services/calendar-datetime-picker.service.d.ts +0 -19
  80. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/strategy/calendar-strategy.d.ts +0 -30
  81. package/app/components/input-datetime-picker/components/cai-custom-datetime-pickers/utils/constants/custom-datetime-pickers.constants.d.ts +0 -19
  82. package/app/components/input-datetime-picker/enums/input-config-name-string.enum.d.ts +0 -7
  83. package/app/components/input-datetime-picker/pipes/input-clear-class.pipe.d.ts +0 -14
  84. package/app/components/input-datetime-picker/pipes/input-date-time-container-class.pipe.d.ts +0 -11
  85. package/app/components/input-datetime-picker/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
  86. package/app/components/input-datetime-picker/pipes/input-placeholder-icon.class.pipe.d.ts +0 -11
  87. package/app/components/input-datetime-picker/pipes/show-clear.pipe.d.ts +0 -8
  88. package/app/components/pm/pm.component.d.ts +0 -76
  89. package/app/components/selected-location-field/interfaces/index.d.ts +0 -1
  90. package/app/components/selected-location-field/interfaces/selected-business-field.interface.d.ts +0 -11
  91. package/app/components/selected-location-field/selected-business-field.component.d.ts +0 -12
  92. package/app/directives/hover-svg-directives.d.ts +0 -15
  93. package/app/directives/index.d.ts +0 -3
  94. package/app/directives/infinite-scroll.directive.d.ts +0 -16
  95. package/app/directives/intersection-observer.directive.d.ts +0 -15
  96. package/app/enums/alignment.enum.d.ts +0 -4
  97. package/app/enums/general-actions.enum.d.ts +0 -58
  98. package/app/enums/index.d.ts +0 -3
  99. package/app/enums/string-placeholder.enum.d.ts +0 -3
  100. package/app/models/appFile.model.d.ts +0 -14
  101. package/app/models/pm.model.d.ts +0 -10
  102. package/app/pipes/bytes-to-human-readable.pipe.d.ts +0 -7
  103. package/app/pipes/currency.pipe.d.ts +0 -28
  104. package/app/pipes/number-format.pipe.d.ts +0 -7
  105. package/app/services/document.service.d.ts +0 -22
  106. package/app/utils/autofill-validators.d.ts +0 -10
  107. package/app/utils/constants/index.d.ts +0 -1
  108. package/app/utils/constants/input-character-sets.constants.d.ts +0 -18
  109. package/app/utils/index.d.ts +0 -2
  110. package/public/pdfjs/pdf.worker.min.mjs +0 -30
  111. package/public-api.d.ts +0 -11
@@ -1,816 +1,827 @@
1
- @import 'variables';
2
- @import 'review_variables';
1
+ @use "variables" as *;
3
2
 
4
3
  .datetime-dropdown-holder {
5
- position: relative;
6
- top: 0px;
4
+ position: relative;
5
+ top: 0px;
6
+ &.datetime-has-stroke {
7
+ .pickers_holder {
8
+ border: 1px solid $color-black-200;
9
+ }
10
+ }
7
11
  }
8
12
 
9
13
  .datetimepopovermain {
10
- border: none !important;
11
- .popover-body {
12
- padding: 0 !important;
13
- }
14
-
15
- .popover-arrow{
16
- display: none !important;
17
- }
14
+ z-index: 1200 !important;
15
+ border: none !important;
16
+ .popover-body {
17
+ margin-top: -4px;
18
+ padding: 0 !important;
19
+ }
20
+
21
+ .popover-arrow {
22
+ display: none !important;
23
+ }
18
24
  }
19
25
 
20
26
  .pickers_holder {
21
- position: relative;
22
- top: 0px !important;
23
- width: auto !important;
24
- padding: 0;
27
+ position: relative;
28
+ top: 0px !important;
29
+ width: auto !important;
30
+ padding: 0;
25
31
 
26
- background-color: $color-text-base-inverse;
27
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
28
- z-index: 999;
32
+ background-color: $color-text-base-inverse;
33
+ // box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
34
+ z-index: 999;
29
35
 
30
- border-radius: 3px;
31
- overflow: hidden;
36
+ border-radius: 3px;
37
+ overflow: hidden;
32
38
 
33
- .time_picker {
34
- width: 167px;
35
- }
39
+ .time_picker {
40
+ width: 167px;
41
+ }
36
42
 
37
- .date_picker {
38
- display: flex;
43
+ .date_picker {
44
+ display: flex;
39
45
 
40
- .month-years-size {
41
- position: relative;
42
- width: 48px;
46
+ .month-years-size {
47
+ position: relative;
48
+ width: 48px;
43
49
 
44
- background-color: $color-light-gray;
50
+ background-color: $color-light-gray;
45
51
 
46
- .calendar_border {
47
- position: absolute;
48
- top: 50%;
49
- width: 100%;
50
- height: 24px;
51
- transform: translateY(-50%);
52
+ .calendar_border {
53
+ position: absolute;
54
+ top: 50%;
55
+ width: 100%;
56
+ height: 24px;
57
+ transform: translateY(-50%);
52
58
 
53
- background-color: $color-text-base-inverse;
54
- }
59
+ background-color: $color-text-base-inverse;
60
+ }
55
61
 
56
- .month-year-item {
57
- display: flex;
58
- align-items: center;
59
- justify-content: center;
60
- height: 24px;
62
+ .month-year-item {
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ height: 24px;
67
+
68
+ font-size: 14px;
69
+ color: $color-text-base-content;
70
+ font-weight: $font-regular;
71
+ text-align: center;
72
+ text-transform: uppercase;
73
+
74
+ .left-year-show {
75
+ color: $color-text-base-content;
76
+ font-size: 14px;
77
+ font-weight: $font-bold;
78
+ }
61
79
 
62
- font-size: 14px;
63
- color: $color-text-base-content;
64
- font-weight: $font-regular;
65
- text-align: center;
66
- text-transform: uppercase;
80
+ &:hover {
81
+ color: $color-text-base-heading;
82
+ cursor: pointer;
67
83
 
68
- .left-year-show {
69
- color: $color-text-base-content;
70
- font-size: 14px;
71
- font-weight: $font-bold;
72
- }
84
+ background-color: $color-text-base-content;
85
+ border-radius: 2px;
86
+ }
87
+ }
73
88
 
74
- &:hover {
75
- color: $color-text-base-heading;
76
- cursor: pointer;
89
+ cdk-virtual-scroll-viewport {
90
+ ::-webkit-scrollbar {
91
+ display: none;
92
+ }
77
93
 
78
- background-color: $color-text-base-content;
79
- border-radius: 2px;
80
- }
81
- }
94
+ &::-webkit-scrollbar {
95
+ display: none;
96
+ }
97
+ }
82
98
 
83
- cdk-virtual-scroll-viewport {
84
- ::-webkit-scrollbar {
85
- display: none;
86
- }
99
+ .cdk-virtual-scroll-content-wrapper {
100
+ padding: 133px 2px 0 2px;
101
+ }
102
+ }
87
103
 
88
- &::-webkit-scrollbar {
89
- display: none;
90
- }
91
- }
104
+ .full-calendars-list {
105
+ flex: 1;
106
+ max-height: 290px;
107
+ min-width: 264px;
108
+ overflow: hidden;
92
109
 
93
- .cdk-virtual-scroll-content-wrapper {
94
- padding: 133px 2px 0 2px;
95
- }
110
+ .full_list {
111
+ height: 100%;
112
+
113
+ .selfScroll {
114
+ width: 100%;
115
+ height: 100%;
96
116
  }
117
+ }
118
+ }
119
+ }
120
+
121
+ .time_picker {
122
+ //width: 150px;
123
+
124
+ .time_picker_head {
125
+ height: 36px;
126
+ display: flex;
127
+ padding: 0 12px;
128
+ align-items: center;
129
+ justify-content: space-between;
130
+
131
+ .selected_time {
132
+ font-size: 14px;
133
+ font-weight: $font-extrabold;
134
+ color: $color-text-base-heading;
135
+ }
136
+
137
+ .sel_now {
138
+ color: $color-icon-base-positive;
139
+ font-size: 14px;
140
+ font-weight: $font-bold;
141
+
142
+ &:hover {
143
+ cursor: pointer;
144
+ color: $color-surface-input-positive-hover;
145
+ }
146
+ }
147
+ }
97
148
 
98
- .full-calendars-list {
99
- flex: 1;
100
- max-height: 290px;
101
- min-width: 264px;
102
- overflow: hidden;
149
+ .time_picker_body {
150
+ .picker_body_head {
151
+ display: flex;
152
+ height: 22px;
153
+ display: flex;
154
+ align-items: center;
155
+ background-color: $color-surface-input-neutral;
156
+ margin: 0 4px 2px 4px;
157
+ border-radius: 2px;
158
+
159
+ div {
160
+ flex: 0 0 33%;
161
+ text-align: center;
162
+
163
+ font-size: 10px;
164
+ font-weight: $font-bold;
165
+ color: $color-text-base-content;
166
+
167
+ &.active {
168
+ color: $color-text-base-content;
169
+ }
170
+ }
171
+ }
103
172
 
104
- .full_list {
105
- height: 100%;
173
+ .picker_body {
174
+ position: relative;
175
+ height: 155px;
176
+ display: flex;
177
+ justify-content: center;
178
+
179
+ &::after {
180
+ content: "";
181
+ position: absolute;
182
+ width: 100%;
183
+ height: 31px;
184
+ top: -1px;
185
+ left: 0;
186
+ pointer-events: none;
187
+
188
+ background: linear-gradient(
189
+ to bottom,
190
+ rgba(255, 255, 255, 1) 0%,
191
+ rgba(255, 255, 255, 0) 100%
192
+ );
193
+ z-index: 11;
194
+ }
106
195
 
107
- .selfScroll {
108
- width: 100%;
109
- height: 100%;
110
- }
111
- }
196
+ &::before {
197
+ content: "";
198
+ position: absolute;
199
+ pointer-events: none;
200
+ width: 100%;
201
+ height: 31px;
202
+ bottom: -1px;
203
+ left: 0;
204
+ background: linear-gradient(
205
+ to top,
206
+ rgba(255, 255, 255, 1) 0%,
207
+ rgba(255, 255, 255, 0) 100%
208
+ );
209
+ z-index: 11;
112
210
  }
113
- }
114
211
 
115
- .time_picker {
116
- //width: 150px;
212
+ .picker_line {
213
+ position: absolute;
214
+ width: calc(100% - 8px);
215
+ height: 22px;
216
+ top: 50%;
217
+ left: 4px;
218
+ border-radius: 2px;
219
+
220
+ transform: translateY(-50%);
221
+ background-color: $color-surface-input-neutral;
222
+
223
+ span {
224
+ position: absolute;
225
+ left: 30%;
226
+
227
+ font-size: 14px;
228
+ font-weight: $font-regular;
229
+ color: $color-text-base-content;
230
+ }
231
+ }
232
+
233
+ .scroll_pickers {
234
+ position: relative;
235
+ height: 22px;
236
+ flex: 0 0 33.3%;
237
+ height: 100%;
238
+ padding: 67px 0;
239
+ margin: 0 7px;
240
+
241
+ overflow: auto;
242
+ text-align: center;
243
+
244
+ -ms-overflow-style: none;
245
+ /* Internet Explorer 10+ */
246
+ scrollbar-width: none;
247
+ /* Firefox */
248
+
249
+ z-index: 10;
250
+
251
+ &:first-child {
252
+ flex: 0 0 28px;
253
+ }
254
+
255
+ &:nth-child(2) {
256
+ flex: 0 0 36px;
257
+ }
258
+
259
+ &:nth-child(3) {
260
+ flex: 0 0 38px;
261
+ }
117
262
 
118
- .time_picker_head {
119
- height: 36px;
263
+ &::-webkit-scrollbar {
264
+ display: none;
265
+ /* Safari and Chrome */
266
+ }
267
+
268
+ .scroll_item {
269
+ height: 22px;
120
270
  display: flex;
121
- padding: 0 12px;
122
271
  align-items: center;
123
- justify-content: space-between;
124
-
125
- .selected_time {
126
- font-size: 14px;
127
- font-weight: $font-extrabold;
128
- color: $color-text-base-heading;
129
- }
272
+ justify-content: center;
130
273
 
131
- .sel_now {
132
- color: $color-icon-base-positive;
133
- font-size: 14px;
134
- font-weight: $font-bold;
274
+ font-size: 14px;
275
+ color: $color-text-base-content;
276
+ font-weight: $font-regular;
277
+ user-select: none;
135
278
 
136
- &:hover {
137
- cursor: pointer;
138
- color: $color-surface-input-positive-hover;
139
- }
279
+ &:hover {
280
+ color: $color-icon-base-positive;
281
+ cursor: pointer;
140
282
  }
283
+ }
284
+
285
+ &:hover {
286
+ // background-color: #f3f3f366;
287
+ // box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
288
+ }
141
289
  }
290
+ }
291
+ }
142
292
 
143
- .time_picker_body {
144
- .picker_body_head {
145
- display: flex;
146
- height: 22px;
147
- display: flex;
148
- align-items: center;
149
- background-color: $color-surface-input-neutral;
150
- margin: 0 4px 2px 4px;
151
- border-radius: 2px;
152
-
153
- div {
154
- flex: 0 0 33%;
155
- text-align: center;
156
-
157
- font-size: 10px;
158
- font-weight: $font-bold;
159
- color: $color-text-base-content;
160
-
161
- &.active {
162
- color: $color-text-base-content;
163
- }
164
- }
165
- }
293
+ .picker_buttons {
294
+ display: flex;
295
+ padding: 6px;
296
+ justify-content: space-between;
166
297
 
167
- .picker_body {
168
- position: relative;
169
- height: 155px;
170
- display: flex;
171
- justify-content: center;
172
-
173
- &::after {
174
- content: '';
175
- position: absolute;
176
- width: 100%;
177
- height: 31px;
178
- top: -1px;
179
- left: 0;
180
- pointer-events: none;
181
-
182
- background: linear-gradient(to bottom,
183
- rgba(255, 255, 255, 1) 0%,
184
- rgba(255, 255, 255, 0) 100%);
185
- z-index: 11;
186
- }
298
+ .pick_button {
299
+ display: flex;
300
+ align-items: center;
301
+ justify-content: center;
302
+ height: 32px;
303
+ padding: 0 12px;
304
+ text-align: center;
305
+ border-radius: 2px;
187
306
 
188
- &::before {
189
- content: '';
190
- position: absolute;
191
- pointer-events: none;
192
- width: 100%;
193
- height: 31px;
194
- bottom: -1px;
195
- left: 0;
196
- background: linear-gradient(to top,
197
- rgba(255, 255, 255, 1) 0%,
198
- rgba(255, 255, 255, 0) 100%);
199
- z-index: 11;
200
- }
307
+ font-size: 12px;
308
+ font-weight: $font-bold;
309
+ color: $color-text-base-content-subtle;
201
310
 
202
- .picker_line {
203
- position: absolute;
204
- width: calc(100% - 8px);
205
- height: 22px;
206
- top: 50%;
207
- left: 4px;
208
- border-radius: 2px;
209
-
210
- transform: translateY(-50%);
211
- background-color: $color-surface-input-neutral;
212
-
213
- span {
214
- position: absolute;
215
- left: 30%;
216
-
217
- font-size: 14px;
218
- font-weight: $font-regular;
219
- color: $color-text-base-content;
220
- }
221
- }
311
+ &:hover {
312
+ background-color: $color-surface-input-neutral-hover;
313
+ color: $color-text-base-content;
314
+ cursor: pointer;
315
+ }
222
316
 
223
- .scroll_pickers {
224
- position: relative;
225
- height: 22px;
226
- flex: 0 0 33.3%;
227
- height: 100%;
228
- padding: 67px 0;
229
- margin: 0 7px;
230
-
231
- overflow: auto;
232
- text-align: center;
233
-
234
- -ms-overflow-style: none;
235
- /* Internet Explorer 10+ */
236
- scrollbar-width: none;
237
- /* Firefox */
238
-
239
- z-index: 10;
240
-
241
- &:first-child {
242
- flex: 0 0 28px;
243
- }
244
-
245
- &:nth-child(2) {
246
- flex: 0 0 36px;
247
- }
248
-
249
- &:nth-child(3) {
250
- flex: 0 0 38px;
251
- }
252
-
253
- &::-webkit-scrollbar {
254
- display: none;
255
- /* Safari and Chrome */
256
- }
257
-
258
- .scroll_item {
259
- height: 22px;
260
- display: flex;
261
- align-items: center;
262
- justify-content: center;
263
-
264
- font-size: 14px;
265
- color: $color-text-base-content;
266
- font-weight: $font-regular;
267
- user-select: none;
268
-
269
- &:hover {
270
- color: $color-icon-base-positive;
271
- cursor: pointer;
272
- }
273
- }
274
-
275
- &:hover {
276
- //background-color: #f3f3f366;
277
- box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
278
- }
279
- }
280
- }
317
+ &.set_button {
318
+ width: 57px;
319
+ text-align: center;
320
+ background-color: $color-icon-base-positive;
321
+ color: $color-text-base-inverse;
322
+
323
+ &:hover {
324
+ background-color: $color-surface-input-positive-focus;
325
+ }
281
326
  }
327
+ }
328
+ }
329
+ }
282
330
 
283
- .picker_buttons {
284
- display: flex;
285
- padding: 6px;
286
- justify-content: space-between;
287
-
288
- .pick_button {
289
- display: flex;
290
- align-items: center;
291
- justify-content: center;
292
- height: 32px;
293
- padding: 0 12px;
294
- text-align: center;
295
- border-radius: 2px;
331
+ &.dark_picker {
332
+ background-color: $color-text-base-content;
296
333
 
297
- font-size: 12px;
298
- font-weight: $font-bold;
299
- color: $color-text-base-content-subtle;
334
+ .month-years-size {
335
+ width: 40px;
336
+ background-color: $color-text-base-heading;
300
337
 
301
- &:hover {
302
- background-color: $color-surface-input-neutral-hover;
303
- color: $color-text-base-content;
304
- cursor: pointer;
305
- }
338
+ .calendar_border {
339
+ position: absolute;
340
+ top: 50%;
341
+ width: 100%;
342
+ height: 26px;
343
+ transform: translateY(-50%);
306
344
 
307
- &.set_button {
308
- width: 57px;
309
- text-align: center;
310
- background-color: $color-icon-base-positive;
311
- color: $color-text-base-inverse;
345
+ background-color: $color-text-base-content;
346
+ }
312
347
 
313
- &:hover {
314
- background-color: $color-surface-input-positive-focus;
315
- }
316
- }
317
- }
348
+ .month-year-item {
349
+ height: 22px;
350
+ color: $color-icon-base-disable;
351
+ font-size: 11px;
352
+
353
+ .left-year-show {
354
+ color: $color-inverse-icon-base-neutral;
355
+ font-size: 11px;
356
+ }
357
+
358
+ &.current_month_year {
359
+ color: $color-text-base-inverse;
360
+
361
+ .left-year-show {
362
+ color: $color-text-base-inverse;
363
+ font-weight: $font-bold;
364
+ }
318
365
  }
366
+
367
+ &:hover {
368
+ color: $color-text-base-inverse;
369
+
370
+ background-color: $color-text-base-content;
371
+ }
372
+ }
373
+
374
+ .cdk-virtual-scroll-content-wrapper {
375
+ padding: 133px 4px 0 4px;
376
+ }
319
377
  }
320
378
 
321
- &.dark_picker {
322
- background-color: $color-text-base-content;
379
+ .date_picker {
380
+ margin: 4px;
323
381
 
324
- .month-years-size {
325
- width: 40px;
326
- background-color: $color-text-base-heading;
382
+ .full-calendars-list {
383
+ min-width: 184px;
327
384
 
328
- .calendar_border {
329
- position: absolute;
330
- top: 50%;
331
- width: 100%;
332
- height: 26px;
333
- transform: translateY(-50%);
385
+ .calendar_view {
386
+ width: 182px;
387
+ padding-top: 6px;
388
+ background-color: $color-text-base-content;
334
389
 
335
- background-color: $color-text-base-content;
336
- }
390
+ .calendar_view_head {
391
+ padding: 0 6px;
337
392
 
338
- .month-year-item {
339
- height: 22px;
340
- color: $color-icon-base-disable;
341
- font-size: 11px;
393
+ .month_name {
394
+ padding: 0 4px;
342
395
 
343
- .left-year-show {
344
- color: $color-inverse-icon-base-neutral;
345
- font-size: 11px;
346
- }
396
+ color: $color-text-base-inverse;
397
+ font-size: 11px;
347
398
 
348
- &.current_month_year {
349
- color: $color-text-base-inverse;
399
+ .year_hold {
400
+ margin-right: 0;
350
401
 
351
- .left-year-show {
352
- color: $color-text-base-inverse;
353
- font-weight: $font-bold;
354
- }
355
- }
402
+ color: $color-text-base-inverse;
403
+ }
404
+ }
356
405
 
357
- &:hover {
358
- color: $color-text-base-inverse;
406
+ .today {
407
+ padding: 0 4px;
359
408
 
360
- background-color: $color-text-base-content;
361
- }
409
+ color: $color-icon-base-positive;
410
+ font-size: 11px;
411
+ text-transform: uppercase;
412
+
413
+ &:hover {
414
+ color: $color-text-base-inverse;
415
+ }
362
416
  }
417
+ }
418
+
419
+ .calendars_list_view {
420
+ .calendar_indicator {
421
+ margin: 12px 10px;
422
+
423
+ color: $color-text-base-content-subtle;
424
+ font-size: 11px;
425
+ text-transform: uppercase;
426
+
427
+ &.current_year {
428
+ color: $color-text-base-inverse;
429
+ }
363
430
 
364
- .cdk-virtual-scroll-content-wrapper {
365
- padding: 133px 4px 0 4px;
431
+ &.full_calendar {
432
+ margin-bottom: 4px;
433
+ }
366
434
  }
367
- }
368
435
 
369
- .date_picker {
370
- margin: 4px;
371
-
372
- .full-calendars-list {
373
- min-width: 184px;
374
-
375
- .calendar_view {
376
- width: 182px;
377
- padding-top: 6px;
378
- background-color: $color-text-base-content;
379
-
380
- .calendar_view_head {
381
- padding: 0 6px;
382
-
383
- .month_name {
384
- padding: 0 4px;
385
-
386
- color: $color-text-base-inverse;
387
- font-size: 11px;
388
-
389
- .year_hold {
390
- margin-right: 0;
391
-
392
- color: $color-text-base-inverse;
393
- }
394
- }
395
-
396
- .today {
397
- padding: 0 4px;
398
-
399
- color: $color-icon-base-positive;
400
- font-size: 11px;
401
- text-transform: uppercase;
402
-
403
- &:hover {
404
- color: $color-text-base-inverse;
405
- }
406
- }
407
- }
408
-
409
- .calendars_list_view {
410
- .calendar_indicator {
411
- margin: 12px 10px;
412
-
413
- color: $color-text-base-content-subtle;
414
- font-size: 11px;
415
- text-transform: uppercase;
416
-
417
- &.current_year {
418
- color: $color-text-base-inverse;
419
- }
420
-
421
- &.full_calendar {
422
- margin-bottom: 4px;
423
- }
424
- }
425
-
426
- .calendar_month_days {
427
- display: grid;
428
- grid-template-columns: repeat(7, 1fr);
429
- gap: 4px;
430
- margin: 0 6px 4px 6px;
431
- padding: 0;
432
-
433
- .cal_day {
434
- width: 22px;
435
- height: 22px;
436
- margin: 0;
437
-
438
- font-size: 9px;
439
- color: $color-inverse-icon-base-neutral;
440
- text-align: center;
441
- }
442
- }
443
-
444
- .month_list {
445
- display: grid;
446
- grid-template-columns: repeat(3, 1fr);
447
- column-gap: 4px;
448
- row-gap: 12px;
449
- justify-content: unset;
450
- margin: 0 6px;
451
-
452
- .month_list_item {
453
- margin: 0;
454
- height: 22px;
455
-
456
- color: $color-text-base-content-subtle;
457
- font-size: 11px;
458
-
459
- &:hover:not(.current_month) {
460
- background-color: $color-text-base-heading;
461
- color: $color-text-base-inverse;
462
- border-radius: 2px;
463
- cursor: pointer;
464
- }
465
-
466
- &.current_month {
467
- color: $color-text-base-inverse;
468
- background-color: $color-inverse-surface-input-positive;
469
- border-radius: 2px;
470
- cursor: pointer;
471
- }
472
- }
473
-
474
- &.current_year {
475
- .month_list_item {
476
- color: $color-text-base-inverse;
477
- }
478
- }
479
- }
480
-
481
- .calendar_days {
482
- display: grid;
483
- grid-template-columns: repeat(7, 1fr);
484
- gap: 4px;
485
- margin: 0 6px;
486
- padding: 0;
487
- height: auto;
488
-
489
- .calendar_day {
490
- width: 22px;
491
- height: 22px;
492
- margin: 0;
493
- color: $color-icon-base-neutral;
494
- font-size: 11px;
495
-
496
- &.current_day {
497
- color: $color-text-base-inverse;
498
- background-color: $color-inverse-surface-input-positive;
499
- border-radius: 2px;
500
- }
501
-
502
- &.selected_day {
503
- background-color: $color-inverse-surface-input-positive;
504
- color: $color-text-base-inverse;
505
- border-radius: 2px;
506
- }
507
-
508
- &.day_in_current_month {
509
- color: $color-text-base-inverse;
510
- }
511
-
512
- &.weekend_day_in_current_month {
513
- color: $color-inverse-icon-base-neutral;
514
- }
515
-
516
- &:not(.empty_day):not(.selected_day):hover {
517
- background-color: $color-text-base-heading;
518
- border-radius: 2px;
519
-
520
- cursor: pointer;
521
- color: $color-text-base-inverse;
522
- }
523
- }
524
- }
525
- }
526
- }
436
+ .calendar_month_days {
437
+ display: grid;
438
+ grid-template-columns: repeat(7, 1fr);
439
+ gap: 4px;
440
+ margin: 0 6px 4px 6px;
441
+ padding: 0;
442
+
443
+ .cal_day {
444
+ width: 22px;
445
+ height: 22px;
446
+ margin: 0;
447
+
448
+ font-size: 9px;
449
+ color: $color-inverse-icon-base-neutral;
450
+ text-align: center;
451
+ }
527
452
  }
528
- }
529
453
 
530
- .time_picker {
531
- width: 156px;
532
- margin: 4px;
454
+ .month_list {
455
+ display: grid;
456
+ grid-template-columns: repeat(3, 1fr);
457
+ column-gap: 4px;
458
+ row-gap: 12px;
459
+ justify-content: unset;
460
+ margin: 0 6px;
533
461
 
534
- .time_picker_head {
535
- height: 18px;
536
- padding: 0 4px;
537
- margin-bottom: 4px;
462
+ .month_list_item {
463
+ margin: 0;
464
+ height: 22px;
538
465
 
539
- .selected_time {
540
- color: $color-text-base-inverse;
541
- font-size: 11px;
542
- }
466
+ color: $color-text-base-content-subtle;
467
+ font-size: 11px;
543
468
 
544
- .sel_now {
545
- color: $color-icon-base-positive;
546
- font-size: 11px;
547
- text-transform: uppercase;
469
+ &:hover:not(.current_month) {
470
+ background-color: $color-text-base-heading;
471
+ color: $color-text-base-inverse;
472
+ border-radius: 2px;
473
+ cursor: pointer;
548
474
  }
549
- }
550
475
 
551
- .time_picker_body {
552
- .picker_body_head {
553
- display: grid;
554
- grid-template-columns: repeat(3, 1fr);
555
- column-gap: 4px;
556
- margin: 0 0 4px 0;
557
- padding: 2px;
558
- background: none;
559
-
560
- div {
561
- color: $color-inverse-icon-base-neutral;
562
- font-size: 9px;
563
- text-align: center;
564
- text-transform: uppercase;
565
- }
476
+ &.current_month {
477
+ color: $color-text-base-inverse;
478
+ background-color: $color-inverse-surface-input-positive;
479
+ border-radius: 2px;
480
+ cursor: pointer;
566
481
  }
482
+ }
567
483
 
568
- .picker_body {
569
- height: 176px;
570
- display: grid;
571
- grid-template-columns: repeat(3, 1fr);
572
- column-gap: 4px;
573
- padding: 0 2px;
574
-
575
- &::before {
576
- display: none;
577
- }
578
-
579
- &::after {
580
- display: none;
581
- }
582
-
583
- .picker_line {
584
- left: 0;
585
- width: 100%;
586
- background-color: $color-inverse-surface-input-positive;
587
-
588
- .border_line {
589
- left: 33.3%;
590
- width: 1px;
591
- height: 12px;
592
- margin-top: 5px;
593
- background-color: $color-icon-base-positive;
594
- opacity: 0.4;
595
- border-radius: 2px;
596
-
597
- &.line_2 {
598
- left: 66.6%;
599
- }
600
- }
601
- }
602
-
603
- .scroll_pickers {
604
- margin: 0;
605
- padding: 77px 0;
606
-
607
- .scroll_item {
608
- color: $color-inverse-icon-base-neutral;
609
- font-size: 11px;
610
-
611
- &.active_item {
612
- color: $color-text-base-inverse;
613
- }
614
- }
615
- }
484
+ &.current_year {
485
+ .month_list_item {
486
+ color: $color-text-base-inverse;
616
487
  }
488
+ }
489
+ }
617
490
 
618
- .picker_buttons {
619
- display: grid;
620
- grid-template-columns: repeat(2, 1fr);
621
- column-gap: 4px;
491
+ .calendar_days {
492
+ display: grid;
493
+ grid-template-columns: repeat(7, 1fr);
494
+ gap: 4px;
495
+ margin: 0 6px;
496
+ padding: 0;
497
+ height: auto;
622
498
 
623
- margin-top: 6px;
624
- padding: 4px 0 0 0;
625
- border-top: 1px solid $color-inverse-surface-input-neutral-focus;
499
+ .calendar_day {
500
+ width: 22px;
501
+ height: 22px;
502
+ margin: 0;
503
+ color: $color-icon-base-neutral;
504
+ font-size: 11px;
626
505
 
627
- .pick_button {
628
- height: 18px;
629
- background-color: $color-text-base-heading;
506
+ &.current_day {
507
+ color: $color-text-base-inverse;
508
+ background-color: $color-inverse-surface-input-positive;
509
+ border-radius: 2px;
510
+ }
511
+
512
+ &.selected_day {
513
+ background-color: $color-inverse-surface-input-positive;
514
+ color: $color-text-base-inverse;
515
+ border-radius: 2px;
516
+ }
517
+
518
+ &.day_in_current_month {
519
+ color: $color-text-base-inverse;
520
+ }
630
521
 
631
- color: $color-text-base-inverse;
632
- font-size: 11px;
633
- text-transform: uppercase;
522
+ &.weekend_day_in_current_month {
523
+ color: $color-inverse-icon-base-neutral;
524
+ }
634
525
 
635
- border-radius: 1px;
526
+ &:not(.empty_day):not(.selected_day):hover {
527
+ background-color: $color-text-base-heading;
528
+ border-radius: 2px;
636
529
 
637
- &.set_button {
638
- width: auto;
639
- background-color: $color-inverse-surface-input-positive-no-percent;
640
- }
641
- }
530
+ cursor: pointer;
531
+ color: $color-text-base-inverse;
642
532
  }
533
+ }
643
534
  }
535
+ }
644
536
  }
537
+ }
645
538
  }
646
- }
647
539
 
648
- .calendar_view {
649
- width: 260px;
650
- padding-top: 12px;
651
- background-color: $color-text-base-inverse;
652
-
653
- .calendar_view_head {
654
- display: flex;
655
- justify-content: space-between;
656
- margin-bottom: 12px;
657
- padding: 0 12px;
540
+ .time_picker {
541
+ width: 156px;
542
+ margin: 4px;
658
543
 
659
- .month_name {
660
- font-size: 12px;
661
- font-weight: $font-bold;
662
- color: $color-text-base-heading;
544
+ .time_picker_head {
545
+ height: 18px;
546
+ padding: 0 4px;
547
+ margin-bottom: 4px;
663
548
 
664
- .year_hold {
665
- margin-right: 5px;
666
- text-transform: uppercase;
667
- color: $color-text-base-heading;
549
+ .selected_time {
550
+ color: $color-text-base-inverse;
551
+ font-size: 11px;
552
+ }
668
553
 
669
- &:hover {
670
- color: $color-text-base-content;
671
- }
554
+ .sel_now {
555
+ color: $color-icon-base-positive;
556
+ font-size: 11px;
557
+ text-transform: uppercase;
558
+ }
559
+ }
560
+
561
+ .time_picker_body {
562
+ .picker_body_head {
563
+ display: grid;
564
+ grid-template-columns: repeat(3, 1fr);
565
+ column-gap: 4px;
566
+ margin: 0 0 4px 0;
567
+ padding: 2px;
568
+ background: none;
569
+
570
+ div {
571
+ color: $color-inverse-icon-base-neutral;
572
+ font-size: 9px;
573
+ text-align: center;
574
+ text-transform: uppercase;
575
+ }
576
+ }
672
577
 
673
- cursor: pointer;
578
+ .picker_body {
579
+ height: 176px;
580
+ display: grid;
581
+ grid-template-columns: repeat(3, 1fr);
582
+ column-gap: 4px;
583
+ padding: 0 2px;
584
+
585
+ &::before {
586
+ display: none;
587
+ }
588
+
589
+ &::after {
590
+ display: none;
591
+ }
592
+
593
+ .picker_line {
594
+ left: 0;
595
+ width: 100%;
596
+ background-color: $color-inverse-surface-input-positive;
597
+
598
+ .border_line {
599
+ left: 33.3%;
600
+ width: 1px;
601
+ height: 12px;
602
+ margin-top: 5px;
603
+ background-color: $color-icon-base-positive;
604
+ opacity: 0.4;
605
+ border-radius: 2px;
606
+
607
+ &.line_2 {
608
+ left: 66.6%;
609
+ }
674
610
  }
675
- }
611
+ }
676
612
 
677
- .today {
678
- font-size: 12px;
679
- font-weight: $font-bold;
680
- color: $color-icon-base-positive;
681
- cursor: pointer;
613
+ .scroll_pickers {
614
+ margin: 0;
615
+ padding: 77px 0;
682
616
 
683
- &:hover {
684
- color: $color-surface-input-positive-hover;
617
+ .scroll_item {
618
+ color: $color-inverse-icon-base-neutral;
619
+ font-size: 11px;
620
+
621
+ &.active_item {
622
+ color: $color-text-base-inverse;
623
+ }
685
624
  }
625
+ }
686
626
  }
687
- }
688
627
 
689
- .calendars_list_view {
690
- cdk-virtual-scroll-viewport {
691
- height: 230px;
692
- min-height: 230px;
628
+ .picker_buttons {
629
+ display: grid;
630
+ grid-template-columns: repeat(2, 1fr);
631
+ column-gap: 4px;
693
632
 
694
- ::-webkit-scrollbar {
695
- display: none;
696
- }
633
+ margin-top: 6px;
634
+ padding: 4px 0 0 0;
635
+ border-top: 1px solid $color-inverse-surface-input-neutral-focus;
636
+
637
+ .pick_button {
638
+ height: 18px;
639
+ background-color: $color-text-base-heading;
697
640
 
698
- &::-webkit-scrollbar {
699
- display: none;
641
+ color: $color-text-base-inverse;
642
+ font-size: 11px;
643
+ text-transform: uppercase;
644
+
645
+ border-radius: 1px;
646
+
647
+ &.set_button {
648
+ width: auto;
649
+ background-color: $color-inverse-surface-input-positive-no-percent;
700
650
  }
651
+ }
652
+ }
653
+ }
654
+ }
655
+ }
656
+ }
701
657
 
702
- .cdk-virtual-scroll-content-wrapper {}
658
+ .calendar_view {
659
+ width: 260px;
660
+ padding-top: 12px;
661
+ background-color: $color-text-base-inverse;
662
+
663
+ .calendar_view_head {
664
+ display: flex;
665
+ justify-content: space-between;
666
+ margin-bottom: 12px;
667
+ padding: 0 12px;
668
+
669
+ .month_name {
670
+ font-size: 12px;
671
+ font-weight: $font-bold;
672
+ color: $color-text-base-heading;
673
+
674
+ .year_hold {
675
+ margin-right: 5px;
676
+ text-transform: uppercase;
677
+ color: $color-text-base-heading;
678
+
679
+ &:hover {
680
+ color: $color-text-base-content;
703
681
  }
704
682
 
705
- .calendar_indicator {
706
- margin: 12px;
707
- height: 18px;
683
+ cursor: pointer;
684
+ }
685
+ }
708
686
 
709
- font-size: 12px;
710
- color: $color-text-base-content-subtle;
711
- font-weight: $font-bold;
712
- }
687
+ .today {
688
+ font-size: 12px;
689
+ font-weight: $font-bold;
690
+ color: $color-icon-base-positive;
691
+ cursor: pointer;
713
692
 
714
- .calendar_month_days {
715
- padding: 0 3px;
693
+ &:hover {
694
+ color: $color-surface-input-positive-hover;
695
+ }
696
+ }
697
+ }
716
698
 
717
- &.hideVisibility {
718
- visibility: hidden;
719
- }
699
+ .calendars_list_view {
700
+ cdk-virtual-scroll-viewport {
701
+ height: 230px;
702
+ min-height: 230px;
720
703
 
721
- .cal_day {
722
- width: 24px;
723
- margin: 0 6px;
704
+ ::-webkit-scrollbar {
705
+ display: none;
706
+ }
724
707
 
725
- font-size: 12px;
726
- font-weight: $font-bold;
727
- color: $color-text-base-content-subtle;
728
- }
729
- }
708
+ &::-webkit-scrollbar {
709
+ display: none;
710
+ }
730
711
 
731
- .calendar_days {
732
- height: 140px;
733
- display: flex;
734
- flex-wrap: wrap;
735
- padding: 0 3px;
736
-
737
- .calendar_day {
738
- display: flex;
739
- align-items: center;
740
- justify-content: center;
741
- flex: 0 0 24px;
742
- width: 24px;
743
- height: 24px;
744
- margin: 0 6px;
745
-
746
- font-size: 14px;
747
- font-weight: $font-regular;
748
- color: $color-text-base-content-subtle;
712
+ .cdk-virtual-scroll-content-wrapper {
713
+ }
714
+ }
749
715
 
750
- &.current_day {
751
- color: $color-text-base-inverse;
752
- background-color: $color-text-base-content;
753
- border-radius: 2px;
754
- }
716
+ .calendar_indicator {
717
+ margin: 12px;
718
+ height: 18px;
755
719
 
756
- &.selected_day {
757
- background-color: $color-text-base-content;
758
- color: $color-text-base-inverse;
759
- border-radius: 2px;
760
- }
720
+ font-size: 12px;
721
+ color: $color-text-base-content-subtle;
722
+ font-weight: $font-bold;
723
+ }
761
724
 
762
- &:not(.empty_day):not(.selected_day):hover {
763
- background-color: $color-text-base-heading;
764
- border-radius: 2px;
725
+ .calendar_month_days {
726
+ padding: 0 3px;
765
727
 
766
- cursor: pointer;
767
- color: $color-text-base-content;
768
- }
769
- }
770
- }
728
+ &.hideVisibility {
729
+ visibility: hidden;
730
+ }
731
+
732
+ .cal_day {
733
+ width: 24px;
734
+ margin: 0 6px;
735
+
736
+ font-size: 12px;
737
+ font-weight: $font-bold;
738
+ color: $color-text-base-content-subtle;
739
+ }
771
740
  }
772
741
 
773
- .month_list {
742
+ .calendar_days {
743
+ height: 140px;
744
+ display: flex;
745
+ flex-wrap: wrap;
746
+ padding: 0 3px;
747
+
748
+ .calendar_day {
774
749
  display: flex;
775
- flex-wrap: wrap;
776
- justify-content: space-around;
777
- height: 140px;
778
-
779
- .month_list_item {
780
- flex: 0 0 50px;
781
- height: 24px;
782
- margin: 0px 10px;
783
- display: flex;
784
- align-items: center;
785
- justify-content: center;
786
- border-radius: 3px;
787
- font-size: 12px;
788
- color: $color-text-base-content-subtle;
789
- font-weight: $font-regular;
750
+ align-items: center;
751
+ justify-content: center;
752
+ flex: 0 0 24px;
753
+ width: 24px;
754
+ height: 24px;
755
+ margin: 0 6px;
756
+
757
+ font-size: 14px;
758
+ font-weight: $font-regular;
759
+ color: $color-text-base-content-subtle;
760
+
761
+ &.current_day {
762
+ color: $color-text-base-inverse;
763
+ background-color: $color-text-base-content;
764
+ border-radius: 2px;
765
+ }
790
766
 
791
- &:hover:not(.current_month) {
792
- background-color: $color-surface-input-disable;
793
- color: $color-text-base-content;
794
- border-radius: 2px;
795
- cursor: pointer;
796
- }
767
+ &.selected_day {
768
+ background-color: $color-text-base-content;
769
+ color: $color-text-base-inverse;
770
+ border-radius: 2px;
771
+ }
797
772
 
798
- &.current_month {
799
- color: $color-text-base-content;
800
- background-color: $color-surface-input-neutral;
801
- border-radius: 2px;
802
- cursor: pointer;
803
- }
773
+ &:not(.empty_day):not(.selected_day):hover {
774
+ background-color: $color-text-base-heading;
775
+ border-radius: 2px;
776
+
777
+ cursor: pointer;
778
+ color: $color-text-base-content;
804
779
  }
780
+ }
805
781
  }
782
+ }
783
+
784
+ .month_list {
785
+ display: flex;
786
+ flex-wrap: wrap;
787
+ justify-content: space-around;
788
+ height: 140px;
789
+
790
+ .month_list_item {
791
+ flex: 0 0 50px;
792
+ height: 24px;
793
+ margin: 0px 10px;
794
+ display: flex;
795
+ align-items: center;
796
+ justify-content: center;
797
+ border-radius: 3px;
798
+ font-size: 12px;
799
+ color: $color-text-base-content-subtle;
800
+ font-weight: $font-regular;
801
+
802
+ &:hover:not(.current_month) {
803
+ background-color: $color-surface-input-disable;
804
+ color: $color-text-base-content;
805
+ border-radius: 2px;
806
+ cursor: pointer;
807
+ }
808
+
809
+ &.current_month {
810
+ color: $color-text-base-content;
811
+ background-color: $color-surface-input-neutral;
812
+ border-radius: 2px;
813
+ cursor: pointer;
814
+ }
815
+ }
816
+ }
806
817
  }
807
818
 
808
819
  .dropdown {
809
- z-index: 999 !important;
820
+ z-index: 999 !important;
810
821
  }
811
822
 
812
- input[type='date']::-webkit-inner-spin-button,
813
- input[type='date']::-webkit-calendar-picker-indicator {
814
- display: none;
815
- -webkit-appearance: none;
816
- }
823
+ input[type="date"]::-webkit-inner-spin-button,
824
+ input[type="date"]::-webkit-calendar-picker-indicator {
825
+ display: none;
826
+ -webkit-appearance: none;
827
+ }