ecabs-components 1.0.14 → 1.0.15

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 (79) hide show
  1. package/esm2020/lib/ecabs-checkbox-toggle/ecabs-checkbox-toggle.component.mjs +2 -2
  2. package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.mjs +24 -6
  3. package/esm2020/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.mjs +8 -8
  4. package/esm2020/lib/ecabs-dialog-message/ecabs-dialog-message.component.mjs +21 -3
  5. package/esm2020/lib/ecabs-increment/ecabs-increment.component.mjs +2 -2
  6. package/esm2020/lib/ecabs-language-selector/ecabs-language-selector.component.mjs +8 -3
  7. package/esm2020/lib/ecabs-language-selector/ecabs-language-selector.module.mjs +8 -4
  8. package/esm2020/lib/ecabs-picker-header/ecabs-picker-header.component.mjs +2 -2
  9. package/esm2020/lib/ecabs-select/ecabs-select.component.mjs +34 -111
  10. package/fesm2015/ecabs-components.mjs +101 -137
  11. package/fesm2015/ecabs-components.mjs.map +1 -1
  12. package/fesm2020/ecabs-components.mjs +99 -135
  13. package/fesm2020/ecabs-components.mjs.map +1 -1
  14. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.component.d.ts +9 -4
  15. package/lib/ecabs-dialog-confirm/ecabs-dialog-confirm.module.d.ts +4 -4
  16. package/lib/ecabs-dialog-message/ecabs-dialog-message.component.d.ts +7 -1
  17. package/lib/ecabs-language-selector/ecabs-language-selector.component.d.ts +3 -1
  18. package/lib/ecabs-language-selector/ecabs-language-selector.module.d.ts +2 -1
  19. package/lib/ecabs-select/ecabs-select.component.d.ts +2 -12
  20. package/package.json +1 -1
  21. package/styles/material/_theme.scss +0 -74
  22. package/styles/material/overrides/_autocomplete.scss +0 -11
  23. package/styles/material/overrides/_button.scss +0 -81
  24. package/styles/material/overrides/_card.scss +0 -17
  25. package/styles/material/overrides/_chip.scss +0 -108
  26. package/styles/material/overrides/_datepicker.scss +0 -169
  27. package/styles/material/overrides/_dialog.scss +0 -12
  28. package/styles/material/overrides/_divider.scss +0 -3
  29. package/styles/material/overrides/_expansion.scss +0 -31
  30. package/styles/material/overrides/_form.scss +0 -144
  31. package/styles/material/overrides/_icon.scss +0 -3
  32. package/styles/material/overrides/_menu.scss +0 -3
  33. package/styles/material/overrides/_paginator.scss +0 -0
  34. package/styles/material/overrides/_phone.scss +0 -32
  35. package/styles/material/overrides/_select.scss +0 -62
  36. package/styles/material/overrides/_tab.scss +0 -23
  37. package/styles/material/overrides/_table.scss +0 -12
  38. package/styles/material/overrides/_toaster.scss +0 -38
  39. package/styles/material/overrides/_toggle.scss +0 -15
  40. package/styles/material/overrides/_toolbar.scss +0 -3
  41. package/styles/material/overrides/_tooltip.scss +0 -3
  42. package/styles/material/overrides/index.scss +0 -20
  43. package/styles/scss/base/_heading.scss +0 -17
  44. package/styles/scss/base/_normalize.scss +0 -78
  45. package/styles/scss/base/index.scss +0 -2
  46. package/styles/scss/modules/_autocomplete.scss +0 -29
  47. package/styles/scss/modules/_button.scss +0 -221
  48. package/styles/scss/modules/_card.scss +0 -23
  49. package/styles/scss/modules/_chip.scss +0 -56
  50. package/styles/scss/modules/_datepicker.scss +0 -426
  51. package/styles/scss/modules/_dialog.scss +0 -14
  52. package/styles/scss/modules/_divider.scss +0 -3
  53. package/styles/scss/modules/_form.scss +0 -233
  54. package/styles/scss/modules/_icon.scss +0 -30
  55. package/styles/scss/modules/_img.scss +0 -32
  56. package/styles/scss/modules/_legend.scss +0 -64
  57. package/styles/scss/modules/_list.scss +0 -17
  58. package/styles/scss/modules/_map.scss +0 -112
  59. package/styles/scss/modules/_percentage.scss +0 -33
  60. package/styles/scss/modules/_phone.scss +0 -29
  61. package/styles/scss/modules/_select.scss +0 -41
  62. package/styles/scss/modules/_statuses.scss +0 -31
  63. package/styles/scss/modules/_tab.scss +0 -16
  64. package/styles/scss/modules/_table.scss +0 -107
  65. package/styles/scss/modules/_timepicker.scss +0 -96
  66. package/styles/scss/modules/_toaster.scss +0 -53
  67. package/styles/scss/modules/_tooltip.scss +0 -7
  68. package/styles/scss/modules/drag-drop.scss +0 -31
  69. package/styles/scss/modules/index.scss +0 -23
  70. package/styles/scss/utilities/_colors.scss +0 -52
  71. package/styles/scss/utilities/_fonts.scss +0 -26
  72. package/styles/scss/utilities/_functions.scss +0 -27
  73. package/styles/scss/utilities/_helpers.scss +0 -5
  74. package/styles/scss/utilities/_mixins.scss +0 -65
  75. package/styles/scss/utilities/_palettes.scss +0 -74
  76. package/styles/scss/utilities/_variables.scss +0 -19
  77. package/styles/scss/utilities/index.scss +0 -7
  78. package/styles/styles.scss +0 -5
  79. package/styles/tailwind/index.scss +0 -756
@@ -1,221 +0,0 @@
1
- .btn {
2
- @include fontSize($font-size-lg);
3
-
4
- border: 0;
5
- min-width: calc-rem(111);
6
- width: fit-content;
7
- padding: calc-rem(8 24);
8
- font-weight: $font-weight-regular;
9
- line-height: $base-line-height;
10
-
11
- &:after {
12
- @extend %pseudos;
13
-
14
- border: 1px solid transparent;
15
- top: 0;
16
- right: 0;
17
- bottom: 0;
18
- left: 0;
19
- border-radius: $border-radius-base;
20
- }
21
-
22
- // #Primary
23
- @include e(primary) {
24
- background-color: var(--color-brand-dark);
25
- color: var(--color-white);
26
-
27
- &:hover {
28
- background-color: rgba(var(--color-brand-dark-rgb), .88);
29
- }
30
-
31
- @include m(outline) {
32
- background-color: transparent;
33
- border-color: var(--color-brand-dark);
34
- color: var(--color-brand-dark);
35
-
36
- &:after {
37
- border-color: var(--color-brand-dark);
38
- }
39
-
40
- &:hover {
41
- background-color: var(--color-gray-200);
42
- }
43
- }
44
-
45
- @include m(link) {
46
- @extend .btn__primary--outline;
47
-
48
- &:after {
49
- border-color: transparent;
50
- }
51
-
52
- &:hover {
53
- background-color: var(--color-gray-200);
54
- }
55
- }
56
- }
57
-
58
- /* #Secondary */
59
- @include e(secondary) {
60
- background-color: var(--color-brand-light);
61
- color: var(--color-white);
62
-
63
- &:hover {
64
- background-color: rgba(var(--color-brand-light-rgb), .88);
65
- }
66
-
67
- @include m(outline) {
68
- background-color: transparent;
69
- border-color: var(--color-brand-light);
70
- color: var(--color-brand-light);
71
-
72
- &:after {
73
- border-color: var(--color-brand-light);
74
- }
75
-
76
- &:hover {
77
- background-color: var(--color-gray-200);
78
- }
79
- }
80
-
81
- @include m(link) {
82
- @extend .btn__secondary--outline;
83
-
84
- &:after {
85
- border-color: transparent;
86
- }
87
- }
88
- }
89
-
90
- /* #Warn */
91
- @include e(warn) {
92
- background-color: var(--color-error);
93
- color: var(--color-white);
94
-
95
- &:hover {
96
- background-color: rgba(var(--color-error-rgb), .88);
97
- }
98
-
99
- @include m(outline) {
100
- background-color: transparent;
101
- border-color: var(--color-error);
102
- color: var(--color-error);
103
-
104
- &:after {
105
- border-color: var(--color-error);
106
- }
107
-
108
- &:hover {
109
- background-color: var(--color-gray-200);
110
- }
111
- }
112
-
113
- @include m(link) {
114
- @extend .btn__warn--outline;
115
-
116
- &:after {
117
- border-color: transparent;
118
- }
119
- }
120
- }
121
-
122
- /* #Success */
123
- @include e(success) {
124
- background-color: var(--color-success);
125
- color: var(--color-white);
126
-
127
- &:hover {
128
- background-color: rgba(var(--color-success-rgb), .88);
129
- }
130
-
131
- @include m(outline) {
132
- background-color: transparent;
133
- border-color: var(--color-success);
134
- color: var(--color-success);
135
-
136
- &:after {
137
- border-color: var(--color-success);
138
- }
139
-
140
- &:hover {
141
- background-color: var(--color-gray-200);
142
- }
143
- }
144
-
145
- @include m(link) {
146
- @extend .btn__warn--outline;
147
-
148
- &:after {
149
- border-color: transparent;
150
- }
151
- }
152
- }
153
-
154
- /* #Group */
155
- @include e(group) {
156
- display: flex;
157
- width: 100%;
158
- align-items: center;
159
- column-gap: 1rem;
160
-
161
- @include media-q(small) {
162
- display: flex;
163
- flex-direction: column;
164
- gap: 1.2rem;
165
- }
166
-
167
- margin-top: 1.2rem;
168
-
169
- // Button group
170
- @include m(item) {
171
- @include media-q(small) {
172
- width: 100%;
173
- margin-right: 0;
174
- }
175
-
176
- min-width: calc-rem(100);
177
-
178
- &:last-of-type {
179
- margin-right: 0;
180
- }
181
- }
182
- }
183
-
184
- /* #Disabled */
185
- @include e(disabled) {
186
- background-color: var(--color-gray-300);
187
- color: var(--color-gray-400);
188
- cursor: not-allowed;
189
- pointer-events: none;
190
- user-select: none;
191
-
192
- @include m(outline) {
193
- @extend .btn__disabled;
194
-
195
- background-color: transparent;
196
-
197
- &:after {
198
- border-color: var(--color-gray-300);
199
- }
200
- }
201
- }
202
-
203
- /* #Icon */
204
- @include e(with-icon) {
205
- @include m(wrapper) {
206
- display: flex;
207
- align-items: center;
208
- justify-content: center;
209
-
210
- i, .mat-icon {
211
- display: inline-block;
212
- margin-right: .6rem;
213
- }
214
- }
215
- }
216
-
217
- /* #Large */
218
- @include m(lg) {
219
- padding: calc-rem(16 24);
220
- }
221
- }
@@ -1,23 +0,0 @@
1
- .card {
2
- box-shadow: $box-shadow-default;
3
-
4
- @include m(subtitle) {
5
- @include fontSize($font-size-sm);
6
-
7
- color: var(--color-gray-500);
8
- }
9
-
10
- @include m(title) {
11
- @include fontSize($font-heading-xs);
12
-
13
- margin: 0;
14
- padding-top: 2rem;
15
- padding-left: 1.5rem;
16
- color: var(--color-brand-dark);
17
- font-weight: $font-weight-semibold;
18
- }
19
-
20
- @include e(content) {
21
- padding: calc-rem(32 24);
22
- }
23
- }
@@ -1,56 +0,0 @@
1
- .chip {
2
- @include fontSize($font-size-base);
3
-
4
- border-radius: $border-radius-base;
5
- display: flex;
6
- width: fit-content;
7
- padding: calc-rem(6px 8px);
8
- align-items: center;
9
- justify-content: center;
10
- background-color: var(--color-gray-200);
11
- color: var(--color-gray-500);
12
- font-weight: $font-weight-regular;
13
-
14
- // #Info
15
- @include m(info) {
16
- background-color: rgba(var(--color-info-rgb), .06);
17
- color: var(--color-info);
18
- }
19
-
20
- // #Warn
21
- @include m(warn) {
22
- background-color: rgba(var(--color-warn-rgb), .06);
23
- color: var(--color-warn);
24
- }
25
-
26
- // #Danger
27
- @include m(danger) {
28
- background-color: rgba(var(--color-error-rgb), .06);
29
- color: var(--color-error);
30
- }
31
-
32
- // #Success
33
- @include m(success) {
34
- background-color: rgba(var(--color-success-rgb), .06);
35
- color: var(--color-success);
36
- }
37
-
38
- // #Success
39
- @include m(selected) {
40
- &, * {
41
- color: var(--color-white);
42
- border-color: var(--color-brand-light);
43
- }
44
-
45
- background-color: var(--color-brand-light);
46
- }
47
-
48
- @include m(not-selected) {
49
- &, * {
50
- color: var(--color-black);
51
- border: 1px solid var(--color-gray-300);
52
- }
53
-
54
- background-color: transparent;
55
- }
56
- }
@@ -1,426 +0,0 @@
1
- @import "../utilities/index";
2
-
3
- ecabs-date-picker {
4
- .mat-datepicker-input {
5
- // max-height: 2.625rem;;
6
- }
7
-
8
- .dateTimeWrapper {
9
- position: relative;
10
- display: flex;
11
- width: 100%;
12
-
13
- .datePart {
14
- flex: 2;
15
- }
16
-
17
- .timePart {
18
- flex: 1;
19
- padding-left: 10px;
20
- vertical-align: top;
21
- max-width: calc-rem(160);
22
-
23
- ecabs-timepicker .timeInputWrapper {
24
- display: block;
25
- }
26
-
27
- ecabs-timepicker {
28
- width: 100%;
29
-
30
- .inputWrapper {
31
- display: block;
32
- }
33
- }
34
- }
35
-
36
- .dateInputWrapper {
37
- position: relative;
38
- }
39
-
40
- input {
41
- min-height: 42px;
42
- width: 100%;
43
- display: block;
44
- box-sizing: border-box;
45
- font-size: 14px;
46
- font-weight: 500;
47
- padding-left: 10px;
48
- border-radius: 4px;
49
- border: 1px solid rgb(107, 109, 115);
50
- outline: none;
51
- transition: all 300ms ease-in-out;
52
-
53
- &:disabled {
54
- border-bottom-width: 1px;
55
- background-color: var(--color-white-opacity-05);
56
- }
57
- }
58
-
59
- input[type='date']::-webkit-calendar-picker-indicator,
60
- input[type='date']::-webkit-inner-spin-button {
61
- display: none;
62
- }
63
-
64
- input[type='date']::-webkit-clear-button {
65
- display: none;
66
- }
67
-
68
- .calendar-icon {
69
- float: right;
70
- margin-top: -38px;
71
- padding: 5px 10px 5px 5px;
72
- display: block;
73
- font-size: 13px;
74
- line-height: 20px;
75
- color: var(--color-gray-500);
76
- position: relative;
77
- width: 40px;
78
- height: 30px;
79
- cursor: pointer;
80
- background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjQuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNkI2RDczO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNDRjLTAuOCwwLTEuNS0wLjMtMi4xLTAuOUM2LjMsNDIuNSw2LDQxLjgsNiw0MVYxMGMwLTAuOCwwLjMtMS41LDAuOS0yLjFTOC4yLDcsOSw3aDMuMlY0aDMuMnYzaDE3VjRoMy4ydjMKCUgzOWMwLjgsMCwxLjUsMC4zLDIuMSwwLjlDNDEuNyw4LjUsNDIsOS4yLDQyLDEwdjMxYzAsMC44LTAuMywxLjUtMC45LDIuMUM0MC41LDQzLjcsMzkuOCw0NCwzOSw0NEg5eiBNOSw0MWgzMGwwLDBsMCwwVjE5LjVIOVY0MQoJTDksNDFMOSw0MXogTTksMTYuNWgzMFYxMGwwLDBsMCwwSDlsMCwwbDAsMFYxNi41eiBNOSwxNi41VjEwbDAsMGwwLDBsMCwwbDAsMFYxNi41eiIvPgo8L3N2Zz4K);
81
- background-position: center center;
82
- background-repeat: no-repeat;
83
- background-size: calc-rem(22);
84
-
85
- &.disabled {
86
- cursor: not-allowed;
87
- }
88
- }
89
- }
90
-
91
- .app-element-wrapper {
92
- &.focused {
93
- label {
94
- color: #376bfb;
95
- }
96
-
97
- input {
98
- border-bottom-width: 2px;
99
- border-bottom-color: #376bfb;
100
- }
101
- }
102
-
103
- &.validationError {
104
- label {
105
- color: #ff4c4c;
106
- }
107
-
108
- input {
109
- border-bottom-color: #ff4c4c;
110
- border-bottom-width: 2px;
111
- }
112
- }
113
- }
114
- }
115
-
116
- // ------------------------ datepicker component css override --------------
117
-
118
- .ng-mydp {
119
- .myDpSelector {
120
- border: 0;
121
- padding: 0;
122
- box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
123
- 0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
124
- border-radius: 0 0 4px 4px;
125
- background: white;
126
-
127
- &:focus {
128
- box-shadow: 0 4px 6px rgba(22, 42, 76, 0.08),
129
- 0 2px 16px rgba(22, 42, 76, 0.06), 0 8px 12px rgba(22, 42, 76, 0.04);
130
- }
131
-
132
- .myDpWeekDayTitle {
133
- background-color: white;
134
- font-weight: 500;
135
- font-size: 11px;
136
- color: rgba(22, 42, 76, 0.7);
137
- }
138
-
139
- .myDpNextBtn {
140
- margin-left: auto;
141
- margin-right: 16px;
142
-
143
- .myDpIconRightArrow {
144
- line-height: 26px;
145
- height: 25px;
146
-
147
- &::before {
148
- color: #376bfb;
149
- font-size: 13px;
150
- }
151
- }
152
- }
153
-
154
- .myDpPrevBtn {
155
- margin-left: 16px;
156
-
157
- .myDpIconLeftArrow {
158
- line-height: 26px;
159
- height: 25px;
160
-
161
- &::before {
162
- color: #376bfb;
163
- font-size: 13px;
164
- }
165
- }
166
- }
167
-
168
- .myDpMonthYearSelBar {
169
- height: 52px;
170
- padding-top: 10px;
171
- border: 0;
172
- }
173
-
174
- .myDpMonthYearText {
175
- button {
176
- font-weight: 500;
177
- font-size: 13px;
178
- line-height: 20px;
179
- color: #376bfb;
180
- }
181
-
182
- .myDpMonthBtn {
183
- padding-right: 7px;
184
- position: relative;
185
- margin-right: 15px;
186
-
187
- &::after {
188
- position: absolute;
189
- content: '';
190
- height: 14px;
191
- width: 1px;
192
- right: -7px;
193
- top: 6px;
194
- background: rgba(22, 42, 76, 0.5);
195
- }
196
- }
197
-
198
- .myDpYearBtn {
199
- padding-left: 6px;
200
- }
201
- }
202
-
203
- .myDpCalTable {
204
- height: calc(100% - 54px);
205
- width: calc(100% - 20px);
206
- margin: 0 10px;
207
- }
208
-
209
- //---------------- days table -------------------------------
210
- table.myDpCalTable {
211
- td {
212
- .myDpDayValue {
213
- border-radius: 4px;
214
- background: #f0f2f5;
215
- display: inline-block;
216
- box-sizing: border-box;
217
- width: 32px;
218
- height: 28px;
219
- font-size: 13px;
220
- line-height: 28px;
221
- text-align: center;
222
- color: rgba(22, 42, 76, 0.9);
223
-
224
- &.myDpMarkCurrDay {
225
- border-bottom: 0;
226
- color: #376bfb;
227
- }
228
- }
229
-
230
- &.myDpSelectedDay {
231
- .myDpDayValue {
232
- color: white !important;
233
- background: #6ab72a !important;
234
- }
235
- }
236
-
237
- &.myDpDisabled {
238
- background: unset;
239
-
240
- .myDpDayValue {
241
- background: unset !important;
242
- color: rgba(22, 42, 76, 0.5);
243
- cursor: not-allowed;
244
-
245
- &:hover {
246
- background: unset !important;
247
- }
248
- }
249
- }
250
-
251
- &.myDpRangeColor {
252
- background-color: white;
253
-
254
- .myDpDayValue {
255
- background: #bee39d !important;
256
- }
257
-
258
- &.myDpSelectedDay {
259
- .myDpDayValue {
260
- color: white !important;
261
- background: #6ab72a !important;
262
- }
263
- }
264
- }
265
-
266
- &.myDpDaycell:focus {
267
- box-shadow: unset;
268
- outline: unset;
269
- }
270
-
271
- &.myDpPrevMonth,
272
- &.myDpNextMonth {
273
- .myDpDayValue {
274
- background: #f6f7f9;
275
- color: rgba(22, 42, 76, 0.5);
276
- }
277
- }
278
-
279
- .myDpDimDay {
280
- opacity: 1;
281
- }
282
- }
283
-
284
- .myDpTableSingleDay:hover {
285
- background-color: white;
286
-
287
- .myDpDayValue {
288
- background: #bee39d;
289
- color: rgba(22, 42, 76, 0.9);
290
- }
291
- }
292
-
293
- .myDpSelectedDay,
294
- .myDpSelectedMonth,
295
- .myDpSelectedYear {
296
- background-color: white;
297
- border-radius: 0;
298
- }
299
- }
300
-
301
- //================== months table =====================
302
- .myDpMonthTable {
303
- height: 128px;
304
- width: calc(100% - 20px);
305
- margin: 0 10px;
306
-
307
- td {
308
- .myDpMonthValue {
309
- display: inline-block;
310
- height: 28px;
311
- width: 80px;
312
- background: #f0f2f5;
313
- vertical-align: middle;
314
- text-align: center;
315
- line-height: 28px;
316
- font-weight: normal;
317
- font-size: 13px;
318
- color: rgba(22, 42, 76, 0.9);
319
- border-radius: 4px;
320
-
321
- &.myDpMarkCurrMonth {
322
- border: 0;
323
- color: #376bfb;
324
- }
325
-
326
- &:hover {
327
- background: #bee39d;
328
- }
329
- }
330
-
331
- &.myDpDisabled {
332
- background: unset;
333
-
334
- .myDpMonthValue {
335
- background: unset !important;
336
- color: rgba(22, 42, 76, 0.5) !important;
337
- cursor: not-allowed;
338
- }
339
- }
340
-
341
- &.myDpSelectedMonth {
342
- background-color: white;
343
-
344
- .myDpMonthValue {
345
- background: #6ab72a !important;
346
- color: white !important;
347
- }
348
- }
349
-
350
- &.myDpTableSingleMonth:hover {
351
- background-color: white;
352
- }
353
- }
354
- }
355
-
356
- //================== years table =====================
357
-
358
- .myDpYearTable {
359
- height: 160px;
360
- width: calc(100% - 20px);
361
- margin: 0 10px;
362
-
363
- td {
364
- .myDpYearValue {
365
- display: inline-block;
366
- height: 28px;
367
- width: 46px;
368
- background: #f0f2f5;
369
- vertical-align: middle;
370
- text-align: center;
371
- line-height: 28px;
372
- font-weight: normal;
373
- font-size: 13px;
374
- color: rgba(22, 42, 76, 0.9);
375
- border-radius: 4px;
376
-
377
- &.myDpMarkCurrYear {
378
- border: 0;
379
- color: #376bfb;
380
- }
381
-
382
- &:hover {
383
- background: #bee39d;
384
- }
385
- }
386
-
387
- &.myDpDisabled {
388
- background: unset;
389
-
390
- .myDpYearValue {
391
- background: unset !important;
392
- color: rgba(22, 42, 76, 0.5) !important;
393
- cursor: not-allowed;
394
- }
395
- }
396
-
397
- &.myDpSelectedYear {
398
- background-color: white;
399
-
400
- .myDpYearValue {
401
- background: #6ab72a !important;
402
- color: white !important;
403
- }
404
- }
405
-
406
- &.myDpTableSingleYear:hover {
407
- background-color: white;
408
- }
409
- }
410
- }
411
- }
412
-
413
- .myDpSelectorArrow {
414
- height: 272px !important;
415
- width: 268px !important;
416
- margin-top: -12px;
417
-
418
- &::after {
419
- display: none;
420
- }
421
-
422
- &::before {
423
- display: none;
424
- }
425
- }
426
- }