@acorex/styles 4.0.24 → 4.1.1

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 (123) hide show
  1. package/fonts/font-awesome/fa-brands-400.eot +0 -0
  2. package/fonts/font-awesome/fa-brands-400.svg +3570 -0
  3. package/fonts/font-awesome/fa-brands-400.ttf +0 -0
  4. package/fonts/font-awesome/fa-brands-400.woff +0 -0
  5. package/fonts/font-awesome/fa-brands-400.woff2 +0 -0
  6. package/fonts/font-awesome/fa-duotone-900.eot +0 -0
  7. package/fonts/font-awesome/fa-duotone-900.svg +15055 -0
  8. package/fonts/font-awesome/fa-duotone-900.ttf +0 -0
  9. package/fonts/font-awesome/fa-duotone-900.woff +0 -0
  10. package/fonts/font-awesome/fa-duotone-900.woff2 +0 -0
  11. package/fonts/font-awesome/fa-light-300.eot +0 -0
  12. package/fonts/font-awesome/fa-light-300.svg +12330 -0
  13. package/fonts/font-awesome/fa-light-300.ttf +0 -0
  14. package/fonts/font-awesome/fa-light-300.woff +0 -0
  15. package/fonts/font-awesome/fa-light-300.woff2 +0 -0
  16. package/fonts/font-awesome/fa-regular-400.eot +0 -0
  17. package/fonts/font-awesome/fa-regular-400.svg +11256 -0
  18. package/fonts/font-awesome/fa-regular-400.ttf +0 -0
  19. package/fonts/font-awesome/fa-regular-400.woff +0 -0
  20. package/fonts/font-awesome/fa-regular-400.woff2 +0 -0
  21. package/fonts/font-awesome/fa-solid-900.eot +0 -0
  22. package/fonts/font-awesome/fa-solid-900.svg +9588 -0
  23. package/fonts/font-awesome/fa-solid-900.ttf +0 -0
  24. package/fonts/font-awesome/fa-solid-900.woff +0 -0
  25. package/fonts/font-awesome/fa-solid-900.woff2 +0 -0
  26. package/fonts/font-awesome/font-awesome.css +16960 -0
  27. package/package.json +3 -3
  28. package/scss/buttons.scss +64 -0
  29. package/scss/calendar.scss +128 -0
  30. package/scss/checkbox.scss +47 -0
  31. package/scss/context-menu.scss +82 -0
  32. package/scss/data-grid.scss +107 -0
  33. package/scss/drawer.scss +27 -0
  34. package/scss/fieldset.scss +23 -0
  35. package/scss/forms.scss +529 -0
  36. package/scss/list.scss +60 -0
  37. package/scss/master.scss +253 -0
  38. package/scss/menu.scss +481 -0
  39. package/scss/mixin.scss +12 -0
  40. package/scss/page.scss +54 -0
  41. package/scss/progress.scss +11 -0
  42. package/scss/selection-list.scss +116 -0
  43. package/scss/style.scss +49 -0
  44. package/scss/tab-strip.scss +30 -0
  45. package/scss/tab.scss +33 -0
  46. package/scss/toast.scss +24 -0
  47. package/scss/tooltip.scss +53 -0
  48. package/scss/treeview.scss +133 -0
  49. package/scss/upload.scss +169 -0
  50. package/scss/variables.scss +106 -0
  51. package/index.scss +0 -48
  52. package/scss/ax-icon/fonts/acorex.eot +0 -0
  53. package/scss/ax-icon/fonts/acorex.svg +0 -1434
  54. package/scss/ax-icon/fonts/acorex.ttf +0 -0
  55. package/scss/ax-icon/fonts/acorex.woff +0 -0
  56. package/scss/ax-icon/selection.json +0 -1
  57. package/scss/ax-icon/style.scss +0 -7218
  58. package/scss/ax-icon/variables.scss +0 -1428
  59. package/scss/bases/accessiblity.scss +0 -38
  60. package/scss/bases/background.scss +0 -76
  61. package/scss/bases/border.scss +0 -453
  62. package/scss/bases/effects.scss +0 -56
  63. package/scss/bases/filter.scss +0 -184
  64. package/scss/bases/flexbox-and-grid.scss +0 -254
  65. package/scss/bases/interactivity.scss +0 -42
  66. package/scss/bases/layout.scss +0 -207
  67. package/scss/bases/root.scss +0 -53
  68. package/scss/bases/sizing.scss +0 -43
  69. package/scss/bases/skeleton.scss +0 -30
  70. package/scss/bases/spacing.scss +0 -245
  71. package/scss/bases/svg.scss +0 -18
  72. package/scss/bases/table.scss +0 -15
  73. package/scss/bases/transform.scss +0 -114
  74. package/scss/bases/transition-and-animation.scss +0 -116
  75. package/scss/bases/typography.scss +0 -210
  76. package/scss/components/alert.scss +0 -131
  77. package/scss/components/badge.scss +0 -6
  78. package/scss/components/button.scss +0 -264
  79. package/scss/components/calendar.scss +0 -120
  80. package/scss/components/carousel.scss +0 -67
  81. package/scss/components/checkbox.scss +0 -36
  82. package/scss/components/datapager.scss +0 -80
  83. package/scss/components/datepicker.scss +0 -8
  84. package/scss/components/dialog.scss +0 -61
  85. package/scss/components/drawer.scss +0 -78
  86. package/scss/components/dropdown.scss +0 -35
  87. package/scss/components/editor-container.scss +0 -105
  88. package/scss/components/input.scss +0 -47
  89. package/scss/components/label.scss +0 -6
  90. package/scss/components/list.scss +0 -55
  91. package/scss/components/loading.scss +0 -47
  92. package/scss/components/popup.scss +0 -103
  93. package/scss/components/radio.scss +0 -36
  94. package/scss/components/selectbox.scss +0 -39
  95. package/scss/components/selection-list.scss +0 -22
  96. package/scss/components/side-menu.scss +0 -44
  97. package/scss/components/switch.scss +0 -178
  98. package/scss/components/table.scss +0 -22
  99. package/scss/components/tabs.scss +0 -115
  100. package/scss/components/text-box.scss +0 -4
  101. package/scss/components/toast.scss +0 -82
  102. package/scss/components/tooltip.scss +0 -42
  103. package/variables/bases/_accessiblity.scss +0 -22
  104. package/variables/bases/_background.scss +0 -57
  105. package/variables/bases/_border.scss +0 -106
  106. package/variables/bases/_color.scss +0 -135
  107. package/variables/bases/_common.scss +0 -6
  108. package/variables/bases/_effects.scss +0 -36
  109. package/variables/bases/_filter.scss +0 -62
  110. package/variables/bases/_flexbox-and-grid.scss +0 -138
  111. package/variables/bases/_interactivity.scss +0 -31
  112. package/variables/bases/_layout.scss +0 -102
  113. package/variables/bases/_root.scss +0 -70
  114. package/variables/bases/_sizing.scss +0 -322
  115. package/variables/bases/_spacing.scss +0 -38
  116. package/variables/bases/_svg.scss +0 -1
  117. package/variables/bases/_table.scss +0 -2
  118. package/variables/bases/_transform.scss +0 -88
  119. package/variables/bases/_transition-and-animation.scss +0 -26
  120. package/variables/bases/_typography.scss +0 -191
  121. package/variables/components/_button.scss +0 -0
  122. package/variables/components/_editor-container.scss +0 -5
  123. package/variables/components/_input.scss +0 -0
@@ -0,0 +1,529 @@
1
+ @import "./mixin.scss";
2
+ .ax {
3
+ &.form-control {
4
+ &.disabled {
5
+ background: var(--ax-gray-light-color) !important;
6
+ .chips-container{
7
+ background-color: var(--ax-gray-light-color-color);
8
+ }
9
+ }
10
+ }
11
+ &.items-wrapper {
12
+ display: inline-flex;
13
+ flex-direction: row;
14
+ .button {
15
+ margin: 0 !important;
16
+ border-radius: 0 !important;
17
+ height: 100% !important;
18
+ border: none !important;
19
+ min-width: 40px;
20
+ }
21
+ .arrow-number {
22
+ display: flex;
23
+ flex-direction: column;
24
+ justify-content: space-between;
25
+ position: relative;
26
+ width: calc(var(--ax-base-size) * var(--ax-base-ratio));
27
+ height: 100%;
28
+ ax-button{
29
+ button{
30
+ height: 50% !important;
31
+ position: absolute;
32
+ padding: 0.4rem !important;
33
+ }
34
+ &:first-child{
35
+ button{
36
+ top: 0;
37
+ }
38
+ }
39
+ &:last-child{
40
+ button{
41
+ bottom: 0;
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
47
+ .currency {
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0px 10px 0px 10px;
51
+ background-color: var(--ax-primary-color);
52
+ color: white;
53
+ }
54
+ &.error-state {
55
+ border-color: var(--ax-danger-color) !important;
56
+ & > input {
57
+ &::-webkit-input-placeholder {
58
+ color: var(--ax-danger-color) !important;
59
+ }
60
+ &:-ms-input-placeholder {
61
+ color: var(--ax-danger-color) !important;
62
+ }
63
+ &::placeholder {
64
+ color: var(--ax-danger-color) !important;
65
+ }
66
+ }
67
+ }
68
+ &.error-text {
69
+ color: var(--ax-danger-color) !important;
70
+ }
71
+ &.input {
72
+ font-size: 1em;
73
+ position: relative;
74
+ font-weight: 400;
75
+ font-style: normal;
76
+ display: inline-flex;
77
+ color: #1d1d1d;
78
+
79
+ &.icon {
80
+ input {
81
+ padding-inline-start: 2.1em;
82
+ padding-inline-end: 0.5em;
83
+ }
84
+ .text-left {
85
+ padding-inline-start: 0.5em !important;
86
+ }
87
+ .text-right {
88
+ padding-inline-end: 0.5em !important;
89
+ }
90
+ & > i.icon {
91
+ cursor: default;
92
+ position: absolute;
93
+ text-align: center;
94
+ top: 0;
95
+ left: 0;
96
+ margin: 0;
97
+ height: 100%;
98
+ width: 2.67142857em;
99
+ opacity: 0.5;
100
+ @include ax-border-radius(var(--ax-size-border-radius));
101
+ -webkit-transition: opacity 0.3s ease;
102
+ transition: opacity 0.3s ease;
103
+ [dir="rtl"] & {
104
+ right: 0 !important;
105
+ left: auto !important;
106
+ }
107
+ }
108
+ }
109
+ &.disabled {
110
+ & > input {
111
+ background: var(--ax-gray-light-color) !important;
112
+ color: var(--ax-gray-fore-color);
113
+ cursor: not-allowed !important;
114
+ }
115
+ }
116
+ & > input {
117
+ margin: 0;
118
+ max-width: 100%;
119
+ flex: 1 0 auto;
120
+ outline: 0;
121
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
122
+ text-align: inherit;
123
+ font-size: inherit;
124
+ font-family: inherit;
125
+ font-weight: 500;
126
+ background: #fff;
127
+ border: none !important;
128
+ color: rgba(0, 0, 0, 0.87);
129
+ box-shadow: none !important;
130
+ -webkit-appearance: none !important;
131
+ @include ax-border-radius(var(--ax-size-border-radius));
132
+ &::-webkit-input-placeholder {
133
+ color: var(--ax-gray-dark-color) !important;
134
+ }
135
+ &:-ms-input-placeholder {
136
+ color: var(--ax-gray-dark-color) !important;
137
+ }
138
+ &::placeholder {
139
+ color: var(--ax-gray-dark-color) !important;
140
+ }
141
+ [dir="rtl"] & {
142
+ text-align: right;
143
+ }
144
+ // &.clear {
145
+ // margin-inline-end: 3em !important;
146
+ // }
147
+ &.text-left {
148
+ text-align: left !important;
149
+ direction: ltr !important;
150
+ &:placeholder {
151
+ text-align: left !important;
152
+ }
153
+ &::-webkit-input-placeholder {
154
+ text-align: left !important;
155
+ }
156
+ &:-moz-placeholder {
157
+ text-align: left !important;
158
+ }
159
+ &::-moz-placeholder {
160
+ text-align: left !important;
161
+ }
162
+ &:-ms-input-placeholder {
163
+ text-align: left !important;
164
+ }
165
+ &::-ms-input-placeholder {
166
+ text-align: left !important;
167
+ }
168
+ ::placeholder {
169
+ text-align: left !important;
170
+ }
171
+ }
172
+ &.text-right {
173
+ text-align: right !important;
174
+ direction: rtl !important;
175
+ &::-webkit-input-placeholder {
176
+ text-align: right !important;
177
+ }
178
+ &:-moz-placeholder {
179
+ text-align: right !important;
180
+ }
181
+ &::-moz-placeholder {
182
+ text-align: right !important;
183
+ }
184
+ &:-ms-input-placeholder {
185
+ text-align: right !important;
186
+ }
187
+ &::-ms-input-placeholder {
188
+ text-align: right !important;
189
+ }
190
+ &::placeholder {
191
+ text-align: right !important;
192
+ }
193
+ }
194
+ &:focus {
195
+ border-color: var(--ax-primary-color);
196
+ color: rgba(0, 0, 0, 0.8);
197
+ -webkit-box-shadow: none;
198
+ box-shadow: none;
199
+ @include ax-transition-all();
200
+ & + i.icon {
201
+ opacity: 1 !important;
202
+ color: var(--ax-primary-color);
203
+ }
204
+ }
205
+ }
206
+ i {
207
+ position: absolute;
208
+ height: 100%;
209
+ top: 0;
210
+ left: 0;
211
+ display: flex;
212
+ justify-content: center;
213
+ align-items: center;
214
+ width: 2.771429em;
215
+ color: var(--ax-gray-dark-color);
216
+ background-color: var(--ax-white-color);
217
+ [dir="rtl"] & {
218
+ right: 0 !important;
219
+ left: auto !important;
220
+ }
221
+ }
222
+ }
223
+ &.form-group-label {
224
+ display: block;
225
+ font-size: inherit !important;
226
+ padding: 0.5em 0;
227
+ font-weight: 500;
228
+ }
229
+ &.form-group {
230
+ display: inline-flex;
231
+ flex-direction: column;
232
+ width: 100%;
233
+ }
234
+ &.form-item {
235
+ background-color: var(--ax-white-color);
236
+ position: relative;
237
+ display: flex;
238
+ flex-wrap: wrap;
239
+ align-items: stretch;
240
+ width: 100%;
241
+ overflow: hidden;
242
+ border: 1px solid;
243
+ border-color: var(--ax-border-color);
244
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
245
+
246
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
247
+ &:focus-within {
248
+ border-color: var(--ax-primary-color);
249
+ box-shadow: 0px 0px 0px 1px var(--ax-primary-color);
250
+ .input {
251
+ i {
252
+ color: var(--ax-primary-color) !important;
253
+ }
254
+ }
255
+ }
256
+
257
+
258
+ &.required-state {
259
+ // position: relative;
260
+ // &::before {
261
+ // content: "";
262
+ // position: absolute;
263
+ // top: 0;
264
+ // right: 0;
265
+ // margin: 0;
266
+ // padding: 0;
267
+ // text-align: center;
268
+ // border-top: 0 solid transparent;
269
+ // border-inline-start: 22px solid transparent;
270
+ // border-bottom: 22px solid transparent;
271
+ // border-inline-end: 0 solid transparent;
272
+ // border-inline-start-color: var(--ax-gray-trans-dark-color);
273
+ // z-index: 1;
274
+ // }
275
+ // &::after {
276
+ // content: "\f621";
277
+ // position: absolute;
278
+ // font-family: "Font Awesome 5 Pro";
279
+ // font-weight: 900;
280
+ // top: 0px;
281
+ // right: 3px;
282
+ // margin: 0;
283
+ // z-index: 1;
284
+ // font-size: 6px;
285
+ // color: var(--ax-gray-dark-color);
286
+ // }
287
+ border-inline-start-width: 2px;
288
+ border-inline-start-style: solid;
289
+ border-inline-start-color: var(--ax-warning-color) !important;
290
+ &:focus-within {
291
+ border-color: var(--ax-warning-color);
292
+ box-shadow: 0px 0px 0px 1px var(--ax-warning-color);
293
+ .input {
294
+ i {
295
+ color: var(--ax-warning-color) !important;
296
+ }
297
+ }
298
+ }
299
+
300
+ }
301
+ &.success-state {
302
+ border-inline-start-width: 2px;
303
+ border-inline-start-style: solid;
304
+ border-inline-start-color: var(--ax-success-color) !important;
305
+ &:focus-within {
306
+ border-color: var(--ax-success-color);
307
+ box-shadow: 0px 0px 0px 1px var(--ax-success-color);
308
+ .input {
309
+ i {
310
+ color: var(--ax-success-color) !important;
311
+ }
312
+ }
313
+ }
314
+ }
315
+ &.error-state {
316
+ border-inline-start-width: 2px;
317
+ border-inline-start-style: solid;
318
+ border-inline-start-color: var(--ax-danger-color) !important;
319
+ &::before {
320
+ border-inline-start-color: var(--ax-danger-trans-dark-color);
321
+ }
322
+ &::after {
323
+ color: var(--ax-danger-dark-color);
324
+ }
325
+ &:focus-within {
326
+ border-color: var(--ax-danger-color);
327
+ box-shadow: 0px 0px 0px 1px var(--ax-danger-color);
328
+ .input {
329
+ i {
330
+ color: var(--ax-danger-color) !important;
331
+ }
332
+ }
333
+ }
334
+ }
335
+ @include ax-border-radius(var(--ax-size-border-radius));
336
+ &.disabled {
337
+ background: var(--ax-gray-light-color) !important;
338
+ cursor: not-allowed !important;
339
+ }
340
+ .readonly {
341
+ opacity: 0.8;
342
+
343
+ input {
344
+ cursor: no-drop;
345
+ }
346
+ .button{
347
+ &.disabled {
348
+ background: transparent !important;
349
+ }
350
+ }
351
+ }
352
+
353
+ .form-item {
354
+ &:not(.error) {
355
+ border: none;
356
+ box-shadow: none;
357
+ }
358
+
359
+ }
360
+ .content {
361
+ border: none;
362
+ position: relative;
363
+ flex: 1 1 auto;
364
+ width: 1%;
365
+ min-width: 0;
366
+ margin-bottom: 0;
367
+ .form-item {
368
+ border-radius: 0 !important;
369
+ }
370
+ .input {
371
+ width: 100%;
372
+ input {
373
+ border: none !important;
374
+ border-radius: 0;
375
+ height: 100%;
376
+ }
377
+ textarea {
378
+ border: none !important;
379
+ width: 100%;
380
+ outline: transparent;
381
+ padding: 0.5em;
382
+ font-family: inherit;
383
+ font-size: inherit;
384
+ height: 100%;
385
+ &.text-left {
386
+ text-align: left !important;
387
+ direction: ltr !important;
388
+ &:placeholder {
389
+ text-align: left !important;
390
+ }
391
+ &::-webkit-input-placeholder {
392
+ text-align: left !important;
393
+ }
394
+ &:-moz-placeholder {
395
+ text-align: left !important;
396
+ }
397
+ &::-moz-placeholder {
398
+ text-align: left !important;
399
+ }
400
+ &:-ms-input-placeholder {
401
+ text-align: left !important;
402
+ }
403
+ &::-ms-input-placeholder {
404
+ text-align: left !important;
405
+ }
406
+ ::placeholder {
407
+ text-align: left !important;
408
+ }
409
+ }
410
+ &.text-right {
411
+ text-align: right !important;
412
+ direction: rtl !important;
413
+ &::-webkit-input-placeholder {
414
+ text-align: right !important;
415
+ }
416
+ &:-moz-placeholder {
417
+ text-align: right !important;
418
+ }
419
+ &::-moz-placeholder {
420
+ text-align: right !important;
421
+ }
422
+ &:-ms-input-placeholder {
423
+ text-align: right !important;
424
+ }
425
+ &::-ms-input-placeholder {
426
+ text-align: right !important;
427
+ }
428
+ &::placeholder {
429
+ text-align: right !important;
430
+ }
431
+ }
432
+ }
433
+ }
434
+ }
435
+ .button {
436
+ border-radius: 0 !important;
437
+ height: 100% !important;
438
+ }
439
+ }
440
+ &.chips-container {
441
+ display: flex;
442
+ align-items: center;
443
+ flex-wrap: nowrap;
444
+ flex-grow: 1;
445
+ overflow-x: hidden;
446
+ overflow-y: hidden;
447
+ &:hover {
448
+ overflow-x: overlay;
449
+ }
450
+ &::-webkit-scrollbar {
451
+ height: 3px;
452
+ }
453
+ /* Track */
454
+ &::-webkit-scrollbar-track {
455
+ background: #f1f1f1;
456
+ }
457
+ /* Handle */
458
+ &::-webkit-scrollbar-thumb {
459
+ background: #888;
460
+ }
461
+ /* Handle on hover */
462
+ &::-webkit-scrollbar-thumb:hover {
463
+ background: #555;
464
+ }
465
+ .search-wrapper {
466
+ width: 30%;
467
+ }
468
+ .chips {
469
+ font-size: inherit;
470
+ background: rgba(0, 0, 0, 0.04);
471
+ color: var(--ax-gray-fore-color);
472
+ border: 1px solid var(--ax-border-color);
473
+ padding: 0.2em 0.4em;
474
+ @include ax-border-radius(var(--ax-size-border-radius));
475
+ margin: 0 0.5em;
476
+ display: inline-block;
477
+ cursor: pointer;
478
+ flex: unset;
479
+ white-space: nowrap;
480
+ // overflow: hidden;
481
+ // text-overflow: ellipsis;
482
+ .chips-text {
483
+ display: inline-block;
484
+ vertical-align: middle;
485
+ overflow: hidden;
486
+ white-space: nowrap;
487
+ vertical-align: middle;
488
+ text-overflow: ellipsis;
489
+ font-size: 0.9em;
490
+ max-width: 110px;
491
+ direction: inherit;
492
+ text-align: inherit;
493
+ }
494
+ .close-icon {
495
+ vertical-align: middle;
496
+ }
497
+ i {
498
+ color: var(--ax-gray-dark-color);
499
+ margin-inline-start: 0.3em;
500
+ @include ax-transition-all();
501
+ &:hover {
502
+ color: var(--ax-danger-color);
503
+ }
504
+ }
505
+ &:hover {
506
+ background-color: var(--ax-primary-trans-light-color);
507
+ color: var(--ax-primary-color);
508
+ i {
509
+ color: var(--ax-primary-color);
510
+ &:hover {
511
+ color: var(--ax-danger-color);
512
+ }
513
+ }
514
+ }
515
+ }
516
+ .chips-blank {
517
+ border: none;
518
+ background-color:transparent;
519
+ flex: unset;
520
+ &:hover {
521
+ border: none;
522
+ background-color: transparent;
523
+ }
524
+ }
525
+ & > div {
526
+ flex: 1 1 auto;
527
+ }
528
+ }
529
+ }
package/scss/list.scss ADDED
@@ -0,0 +1,60 @@
1
+ .ax {
2
+ &.list-container {
3
+ .list-container-items{
4
+ max-height: 300px;
5
+ overflow-y: auto;
6
+ width: 100%;
7
+ background: var(--ax-white-color);
8
+ border: 1px solid var(--ax-border-color)
9
+ }
10
+ .list-group {
11
+ .group-header {
12
+ font-weight: bold;
13
+ }
14
+ }
15
+ .list-item {
16
+ padding: 0.8em;
17
+ cursor: pointer;
18
+ transition: all 0.3s;
19
+ position: relative;
20
+ border: 1px solid transparent;
21
+ // &:nth-child(odd) {
22
+ // background-color: var(--ax-light-light-color);
23
+ // }
24
+ &:last-child {
25
+ border-bottom: none !important;
26
+ }
27
+ &.ax-state-disabled {
28
+ background: var(--ax-gray-color);
29
+ color: var(--ax-gray-fore-color);
30
+ cursor: not-allowed;
31
+ }
32
+ &.selected {
33
+ background: var(--ax-primary-trans-dark-color) !important;
34
+ color: var(--ax-primary-color) !important;
35
+ border-bottom: 1px solid var(--ax-white-color);
36
+ // &::after {
37
+ // position: absolute;
38
+ // font-family: "Font Awesome 5 Pro";
39
+ // content: "\f058";
40
+ // display: inline-block;
41
+ // vertical-align: middle;
42
+ // font-weight: 900;
43
+ // right: 0.7em;
44
+ // font-size: 1.2em;
45
+ // [dir="rtl"] &{
46
+ // left: 0.7em;
47
+ // right: initial !important;
48
+ // }
49
+ // }
50
+ }
51
+ &.focused
52
+ {
53
+ border: 1px solid var(--ax-border-dark-color);
54
+ }
55
+ &:hover:not(.ax-state-disabled) {
56
+ background-color: var(--ax-border-color);
57
+ }
58
+ }
59
+ }
60
+ }