@acorex/styles 6.1.12 → 6.5.0

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 (118) 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 -10
  28. package/scss/buttons.scss +69 -0
  29. package/scss/calendar.scss +144 -0
  30. package/scss/checkbox.scss +46 -0
  31. package/scss/context-menu.scss +75 -0
  32. package/scss/data-grid.scss +117 -0
  33. package/scss/drawer.scss +138 -0
  34. package/scss/fieldset.scss +23 -0
  35. package/scss/forms.scss +515 -0
  36. package/scss/list.scss +47 -0
  37. package/scss/master.scss +259 -0
  38. package/scss/menu.scss +130 -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 +104 -0
  43. package/scss/style.scss +47 -0
  44. package/scss/tab-strip.scss +31 -0
  45. package/scss/tab.scss +36 -0
  46. package/scss/toast.scss +46 -0
  47. package/scss/tooltip.scss +55 -0
  48. package/scss/treeview.scss +122 -0
  49. package/scss/upload.scss +170 -0
  50. package/scss/variables.scss +139 -0
  51. package/index.js +0 -185
  52. package/index.scss +0 -10
  53. package/src/base/index.scss +0 -45
  54. package/src/components/_action-sheet.scss +0 -24
  55. package/src/components/_alert.scss +0 -276
  56. package/src/components/_avatar.scss +0 -124
  57. package/src/components/_badge.scss +0 -184
  58. package/src/components/_breadcrumbs.scss +0 -29
  59. package/src/components/_button.scss +0 -924
  60. package/src/components/_calendar.scss +0 -182
  61. package/src/components/_carousel.scss +0 -44
  62. package/src/components/_checkbox.scss +0 -58
  63. package/src/components/_collapse.scss +0 -51
  64. package/src/components/_color-palette.scss +0 -126
  65. package/src/components/_color-picker.scss +0 -28
  66. package/src/components/_context-menu.scss +0 -19
  67. package/src/components/_data-table.scss +0 -41
  68. package/src/components/_datapager.scss +0 -49
  69. package/src/components/_datepicker.scss +0 -5
  70. package/src/components/_decoration.scss +0 -39
  71. package/src/components/_dialog.scss +0 -82
  72. package/src/components/_drawer.scss +0 -113
  73. package/src/components/_dropdown.scss +0 -216
  74. package/src/components/_editor-container.scss +0 -155
  75. package/src/components/_fieldset.scss +0 -8
  76. package/src/components/_form.scss +0 -8
  77. package/src/components/_image.scss +0 -24
  78. package/src/components/_input.scss +0 -14
  79. package/src/components/_label.scss +0 -7
  80. package/src/components/_list.scss +0 -83
  81. package/src/components/_loading.scss +0 -52
  82. package/src/components/_menu copy.scss +0 -96
  83. package/src/components/_menu.scss +0 -117
  84. package/src/components/_numberbox.scss +0 -15
  85. package/src/components/_popup.scss +0 -105
  86. package/src/components/_progress.scss +0 -60
  87. package/src/components/_radio.scss +0 -32
  88. package/src/components/_range-slider.scss +0 -210
  89. package/src/components/_rating.scss +0 -14
  90. package/src/components/_result.scss +0 -24
  91. package/src/components/_selectbox.scss +0 -18
  92. package/src/components/_selection-list.scss +0 -54
  93. package/src/components/_skeleton.scss +0 -22
  94. package/src/components/_switch.scss +0 -186
  95. package/src/components/_table.scss +0 -81
  96. package/src/components/_tabs copy.scss +0 -235
  97. package/src/components/_tabs.scss +0 -235
  98. package/src/components/_textarea.scss +0 -35
  99. package/src/components/_toast.scss +0 -8
  100. package/src/components/_tooltip.scss +0 -44
  101. package/src/components/_treeview.scss +0 -54
  102. package/src/components/_uploader.scss +0 -18
  103. package/src/components/index.scss +0 -47
  104. package/src/icons/Read Me.txt +0 -7
  105. package/src/icons/demo-files/demo.css +0 -152
  106. package/src/icons/demo-files/demo.js +0 -30
  107. package/src/icons/demo.html +0 -738
  108. package/src/icons/fonts/acorex-icon.eot +0 -0
  109. package/src/icons/fonts/acorex-icon.svg +0 -60
  110. package/src/icons/fonts/acorex-icon.ttf +0 -0
  111. package/src/icons/fonts/acorex-icon.woff +0 -0
  112. package/src/icons/selection.json +0 -1
  113. package/src/icons/style.css +0 -177
  114. package/src/icons/style.scss +0 -280
  115. package/src/icons/variables.scss +0 -54
  116. package/src/utility/_mixins.scss +0 -152
  117. package/src/utility/index.scss +0 -26
  118. package/src/variables/_colors.scss +0 -122
@@ -1,83 +0,0 @@
1
- @layer components {
2
- .ax-list {
3
- @apply ax-h-full ax-flex ax-flex-col ax-overflow-hidden md:ax-max-h-80;
4
- .ax-header,
5
- .ax-footer {
6
- @apply ax-bg-white ax-p-3 ax-border-light-300 dark:ax-border-light-700 ax-flex ax-justify-between ax-items-center;
7
- @include control-states("editor");
8
- }
9
- .ax-footer {
10
- @apply ax-border-t;
11
- }
12
- .ax-content {
13
- @apply ax-flex-1 ax-overflow-y-auto ax-overflow-x-hidden;
14
-
15
- &.ax-list-items-container {
16
- @apply ax-py-1 ax-rounded ax-overflow-y-auto ax-h-full dark:ax-border-transparent;
17
-
18
- &.ax-vertical {
19
- @apply ax-grid ax-grid-cols-1;
20
-
21
- &.ax-divide {
22
- @apply ax-divide-y ax-divide-x-0 ax-divide-light-600 ax-divide-opacity-30 ax-divide-solid;
23
- }
24
- }
25
-
26
- &.ax-default {
27
- @apply ax-cursor-pointer;
28
-
29
- .ax-list-item-group {
30
- & > span {
31
- @apply ax-font-bold ax-flex ax-items-center ax-px-3 ax-text-sm ax-text-light-900;
32
- height: calc(var(--ax-base-size) * var(--ax-base-ratio)) !important;
33
- }
34
-
35
- & > ul {
36
- @apply ax-px-3;
37
- }
38
- }
39
-
40
- .ax-list-item {
41
- height: calc(var(--ax-base-size) * var(--ax-base-ratio)) !important;
42
- @apply ax-text-sm ax-flex ax-items-center ax-px-3 ax-text-light-700 dark:ax-text-light-100;
43
-
44
- &:focus,
45
- &:focus-visible {
46
- @apply ax-outline-none;
47
- }
48
-
49
- &.ax-state-selected {
50
- @apply ax-bg-light-200 ax-text-light-900 ax-font-medium;
51
- }
52
-
53
- &:not(.ax-check-box) {
54
- &.ax-state-selected {
55
- @apply ax-bg-light-200 ax-text-light-900 dark:ax-bg-primary-500 dark:ax-text-primary-fore;
56
- }
57
- }
58
-
59
- &.ax-state-disabled {
60
- @apply ax-cursor-not-allowed ax-opacity-70;
61
- }
62
-
63
- &:focus,
64
- &:hover,
65
- &.ax-state-focus {
66
- &:not(.ax-state-selected) {
67
- @apply ax-outline-none ax-bg-light-100 dark:ax-bg-white/[0.16] dark:ax-text-white;
68
- }
69
- }
70
- }
71
- }
72
-
73
- .ax-list-loading-container {
74
- @apply ax-flex ax-justify-center ax-p-2;
75
- }
76
- }
77
- }
78
-
79
- .ax-footer {
80
- }
81
- }
82
- }
83
-
@@ -1,52 +0,0 @@
1
- @layer components {
2
- .ax-loading-host {
3
- .ax-loading {
4
- position: relative;
5
- background: rgba(var(--ax-color-white) 2);
6
- width: 4rem;
7
- height: 4rem;
8
-
9
- &::before,
10
- &::after {
11
- content: "";
12
- position: absolute;
13
- top: 50%;
14
- left: 50%;
15
- width: 100%;
16
- height: 100%;
17
- border-radius: 50%;
18
- transform: translate(-50%, -50%) scale(0);
19
- }
20
-
21
- &::before {
22
- @apply ax-bg-primary-500;
23
- animation: pulse2 2s ease-in-out infinite;
24
- }
25
-
26
- &::after {
27
- @apply ax-bg-primary-500;
28
- animation: pulse2 2s 1s ease-in-out infinite;
29
- }
30
- @keyframes pulse2 {
31
- 0%,
32
- 100% {
33
- transform: translate(-50%, -50%) scale(0);
34
- opacity: 1;
35
- }
36
-
37
- 50% {
38
- transform: translate(-50%, -50%) scale(1);
39
- opacity: 0;
40
- }
41
- }
42
- }
43
- }
44
-
45
- .ax-loading-overlay {
46
- background: rgba(var(--ax-color-white) 2);
47
- }
48
-
49
- .ax-loading-spinner {
50
- @apply ax-flex;
51
- }
52
- }
@@ -1,96 +0,0 @@
1
- ax-menu {
2
- @apply ax-text-sm ax-transition-all ax-select-none;
3
- & > ul {
4
- @apply ax-flex ax-gap-2;
5
- .ax-menu-item {
6
- @apply ax-flex ax-items-center ax-text-sm ax-justify-between ax-cursor-pointer ax-flex-1;
7
- }
8
- li {
9
- @apply ax-relative ax-flex ax-items-center;
10
-
11
- .ax-menu-item-prefix,
12
- .ax-menu-item-suffix {
13
- @apply ax-flex ax-items-center ax-gap-2;
14
- ax-icon {
15
- @apply ax-transition-all ax-text-xl;
16
- }
17
- }
18
- .ax-menu-item-prefix {
19
- }
20
- .ax-menu-item-suffix {
21
- ax-icon {
22
- @apply ax-block ax--rotate-180;
23
- &.ax-menu-active-icon {
24
- @apply ax--rotate-90;
25
- }
26
- }
27
- }
28
- &.ax-state-disabled {
29
- @apply ax-cursor-not-allowed;
30
- .ax-menu-item-prefix,
31
- .ax-menu-item-suffix {
32
- @apply ax-opacity-40;
33
- }
34
- }
35
- }
36
- &.ax-horizontal {
37
- > li {
38
- padding-inline-end: 0.5rem;
39
- &:hover {
40
- @apply ax-text-light-600;
41
- }
42
- }
43
- }
44
- &.ax-vertical {
45
- @apply ax-flex-col ax-p-2;
46
- li {
47
- &.ax-divider {
48
- &::before {
49
- content: "";
50
- @apply -ax-bottom-1 ax-start-0 ax-absolute ax-w-full ax-h-[1px] ax-bg-light-200 dark:ax-bg-white/20;
51
- }
52
- }
53
- }
54
- & > li {
55
- @apply ax-flex ax-px-4 ax-py-1 ax-items-center ax-rounded-default ax-text-sm ax-justify-between ax-cursor-pointer;
56
- }
57
- }
58
- &.ax-side-menu {
59
- @apply ax-flex-col;
60
-
61
- li {
62
- @apply ax-flex-col ax-mb-1 ax-rounded-default;
63
- .ax-menu-item {
64
- @apply ax-p-2;
65
- }
66
- &:not(.ax-state-disabled) {
67
- > .ax-menu-item {
68
- &:hover {
69
- @apply ax-bg-light-100 dark:ax-bg-white/20 ax-rounded-default;
70
- }
71
- }
72
- }
73
-
74
- ul {
75
- @apply ax-mt-1 ax-mx-4;
76
- }
77
- }
78
- }
79
- }
80
-
81
- .ax-submenu-ul {
82
- @apply ax-bg-white ax-border ax-border-light-200 dark:ax-border-dark-500 ax-sm ax-rounded-default ax-py-2;
83
- @include control-states("surface");
84
- li {
85
- @apply ax-py-3 ax-px-4 ax-cursor-pointer ax-flex ax-items-center ax-justify-between;
86
- .ax-menu-item-suffix {
87
- @apply ax-ms-3;
88
- }
89
- &:not(.ax-state-disabled) {
90
- &:hover {
91
- @apply ax-bg-light-200 dark:ax-bg-white/[0.16];
92
- }
93
- }
94
- }
95
- }
96
- }
@@ -1,117 +0,0 @@
1
- ax-menu {
2
- ul {
3
- &.ax-rtl {
4
- li {
5
- ax-icon {
6
- &.ax-ic-chevron {
7
- @apply ax-block ax-rotate-0;
8
- }
9
- }
10
- }
11
- }
12
- li {
13
- @apply ax-cursor-pointer ax-text-light-500 dark:ax-text-light-50 ax-rounded-default;
14
- &:not(.ax-state-disabled) {
15
- &:hover {
16
- @apply ax-text-light-800 dark:ax-text-light-200;
17
- }
18
- }
19
-
20
- .ax-menu-item {
21
- @apply ax-flex ax-justify-between ax-items-center ax-w-full ax-gap-1;
22
- }
23
- .ax-menu-item-prefix,
24
- .ax-menu-item-suffix {
25
- @apply ax-flex ax-items-center ax-gap-2 ax-h-6;
26
- ax-icon {
27
- @apply ax-transition-all ax-text-xl;
28
- }
29
- }
30
- .ax-menu-item-prefix {
31
- }
32
- .ax-menu-item-suffix {
33
- ax-icon {
34
- @apply ax-block ax-rotate-180;
35
- &.ax-menu-active-icon {
36
- @apply -ax-rotate-90;
37
- }
38
- }
39
- }
40
- &.ax-state-disabled {
41
- @apply ax-cursor-not-allowed;
42
- .ax-menu-item-prefix,
43
- .ax-menu-item-suffix {
44
- @apply ax-opacity-40;
45
- }
46
- }
47
- }
48
- }
49
- > ul {
50
- &.ax-rtl {
51
- .ax-menu-item-suffix {
52
- ax-icon {
53
- @apply ax-block ax-rotate-180;
54
- &.ax-menu-active-icon {
55
- @apply ax-rotate-90;
56
- }
57
- }
58
- }
59
- }
60
- &.ax-horizontal {
61
- @apply ax-flex ax-items-center ax-gap-4;
62
- li {
63
- &.ax-divider {
64
- @apply ax-w-[1px] ax-h-4;
65
- }
66
- }
67
- > li {
68
- @apply ax-cursor-pointer;
69
- .ax-menu-item {
70
- @apply ax-flex ax-items-start ax-justify-between;
71
- }
72
- }
73
- }
74
- &.ax-vertical {
75
- @apply ax-w-full;
76
- &:not(&.ax-submenu-ul) {
77
- @apply ax-space-y-4;
78
- }
79
- li {
80
- &.ax-divider {
81
- @apply ax-h-[1px] ax-my-2;
82
- }
83
- }
84
- &.ax-submenu-ul {
85
- @apply ax-p-2 ax-bg-white ax-border ax-border-light-200 ax-rounded-default ax-shadow;
86
- @include control-states("surface");
87
-
88
- li {
89
- &:not(.ax-state-disabled, .ax-divider) {
90
- @apply ax-py-1 ax-ps-4 ax-pe-2;
91
- &:hover {
92
- @apply ax-bg-light-200 dark:ax-bg-white/10 dark:ax-text-light-50;
93
- }
94
- }
95
- &.ax-divider {
96
- @apply ax-h-[1px] ax-my-2;
97
- }
98
- }
99
- }
100
- }
101
- &.ax-side-menu {
102
- @apply ax-space-y-4;
103
- li {
104
- &.ax-divider {
105
- @apply ax-h-[1px] ax-my-2;
106
- }
107
- ul {
108
- @apply ax-ps-4 ax-space-y-4 ax-mt-4;
109
- }
110
- }
111
- }
112
- }
113
-
114
- .ax-divider {
115
- @apply ax-bg-light-200 ax-p-0 ax-cursor-auto dark:ax-bg-white/20;
116
- }
117
- }
@@ -1,15 +0,0 @@
1
- @layer components {
2
- .ax-number-box {
3
- .ax-number-box-arrows {
4
- @apply ax-grid ax-invisible;
5
- }
6
-
7
- &:focus,
8
- &:focus-within,
9
- &:hover {
10
- .ax-number-box-arrows {
11
- @apply ax-visible;
12
- }
13
- }
14
- }
15
- }
@@ -1,105 +0,0 @@
1
- @layer components {
2
-
3
- .ax-popup {
4
- @apply ax-flex ax-flex-col ax-bg-white ax-w-6/12 ax-shadow-lg ax-border ax-border-solid ax-border-light-300 ax-rounded ax-outline-none ax-p-0 ax-max-h-[98vh] ax-min-h-fit ax-mx-auto;
5
- @include control-states("surface");
6
- ax-header,
7
- ax-footer {
8
- @apply ax-bg-white ax-p-3 ax-border-light-300 dark:ax-border-light-700 ax-flex ax-justify-between ax-items-center;
9
- @include control-states("editor");
10
- }
11
-
12
- &:focus
13
- {
14
- @apply ax-ring-1 ax-ring-primary-500 ax-outline-none;
15
- }
16
-
17
- ax-footer
18
- {
19
- @apply ax-border-t;
20
- }
21
- .ax-popup-main-container {
22
- @apply ax-overflow-auto ax-flex-1;
23
- }
24
- .ax-popup-footer-container {
25
- }
26
- &.ax-popup-full {
27
- @apply ax-w-screen;
28
- height: calc(100 * var(--ax-vh));
29
- max-height: calc(100 * var(--ax-vh));
30
- }
31
-
32
- &.ax-fit {
33
- width: fit-content;
34
- }
35
-
36
- @media all and (min-width: 1280px) {
37
- &.ax-popup-sm {
38
- width: 420px !important;
39
- }
40
-
41
- &.ax-popup-md {
42
- width: 680px !important;
43
- }
44
-
45
- &.ax-popup-lg {
46
- width: 1024px !important;
47
- }
48
- }
49
-
50
- @media all and (min-width: 1024px) and (max-width: 1279px) {
51
- &.ax-popup-sm {
52
- width: 100vw;
53
- max-height: calc(100 * var(--ax-vh));
54
- .ax-popup-main {
55
- @apply ax-h-screen;
56
- }
57
- }
58
-
59
- &.ax-popup-md {
60
- width: 500px !important;
61
- }
62
-
63
- &.ax-popup-lg {
64
- width: 900px !important;
65
- }
66
- }
67
-
68
- @media all and (min-width: 768px) and (max-width: 1023px) {
69
- &.ax-popup-md {
70
- width: 500px !important;
71
- }
72
- &.ax-popup-lg {
73
- width: 700px !important;
74
- }
75
- }
76
-
77
- @media all and (min-width: 425px) and (max-width: 767px) {
78
- &.ax-popup-sm {
79
- width: 100vw;
80
- height: calc(100 * var(--ax-vh));
81
- max-height: calc(100 * var(--ax-vh));
82
- .ax-popup-main {
83
- @apply ax-h-screen;
84
- }
85
- }
86
-
87
- &.ax-popup-md,
88
- &.ax-popup-lg {
89
- width: 460px !important;
90
- }
91
- }
92
-
93
- @media all and (min-width: 0px) and (max-width: 424px) {
94
- &.ax-popup-md,
95
- &.ax-popup-lg {
96
- width: calc(var(--ax-overlay-full-width) * 1vw);
97
- height: calc(var(--ax-overlay-full-width) * var(--ax-vh));
98
- max-height: calc(var(--ax-overlay-full-width) * var(--ax-vh));
99
- .ax-popup-main {
100
- @apply ax-h-screen;
101
- }
102
- }
103
- }
104
- }
105
- }
@@ -1,60 +0,0 @@
1
- @layer components {
2
- .ax-progress-bar {
3
- @apply ax-flex ax-justify-between ax-items-center ax-text-sm;
4
- .ax-prefix{
5
- @apply ax-pe-2;
6
- }
7
- .ax-suffix{
8
- @apply ax-ps-2;
9
- }
10
- .ax-progress-bar-container {
11
- @apply ax-w-full ax-h-2 ax-relative ax-bg-light-200 dark:ax-bg-white/10 ax-flex ax-rounded-full;
12
- .ax-progress-bar-rise {
13
- max-width: 100%;
14
- transition: width 1s;
15
- @apply ax-bg-primary-500 ax-h-full ax-absolute ax-start-0 ax-rounded-full;
16
- }
17
- }
18
-
19
- &.ax-primary-default {
20
- .ax-progress-bar-rise {
21
- @apply ax-bg-primary-500 dark:ax-bg-primary-800;
22
- }
23
- }
24
- &.ax-secondary-default {
25
- .ax-progress-bar-rise {
26
- @apply ax-bg-secondary-500 dark:ax-bg-secondary-800;
27
- }
28
- }
29
- &.ax-success-default {
30
- .ax-progress-bar-rise {
31
- @apply ax-bg-success-500 dark:ax-bg-success-800;
32
- }
33
- }
34
- &.ax-warning-default {
35
- .ax-progress-bar-rise {
36
- @apply ax-bg-warning-500 dark:ax-bg-warning-800;
37
- }
38
- }
39
- &.ax-danger-default {
40
- .ax-progress-bar-rise {
41
- @apply ax-bg-danger-500 dark:ax-bg-danger-800;
42
- }
43
- }
44
- &.ax-info-default {
45
- .ax-progress-bar-rise {
46
- @apply ax-bg-info-500 dark:ax-bg-info-800;
47
- }
48
- }
49
- &.ax-light-default {
50
- .ax-progress-bar-rise {
51
- @apply ax-bg-light-300 dark:ax-border-light-500;
52
- }
53
- }
54
- &.ax-dark-default {
55
- .ax-progress-bar-rise {
56
- @apply ax-bg-dark-500 dark:ax-bg-dark-200;
57
- }
58
- }
59
- }
60
- }
@@ -1,32 +0,0 @@
1
- @layer components {
2
- .ax-radio {
3
- @apply ax-text-sm ax-font-medium ax-text-light-700;
4
-
5
- .ax-radio {
6
- @apply ax-w-4 ax-h-4 ax-border-solid ax-border ax-border-light-300 ax-rounded-full ax-bg-white ax-text-primary-500 ax-m-0 ax-outline-none ax-align-middle ax-appearance-none;
7
- @include control-states('editor');
8
-
9
- &:checked {
10
- @apply ax-border-primary-500 ax-bg-no-repeat ax-bg-current ax-bg-contain;
11
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
12
- }
13
- &:focus {
14
- @apply ax-ring-2 ax-ring-primary-500 ax-ring-offset-2;
15
- }
16
- &.ax-state-disabled{
17
- @apply ax-opacity-70;
18
- }
19
- &.ax-state-disabled{
20
- @apply ax-opacity-60;
21
- }
22
- &.ax-state-error{
23
- @apply ax-border-danger-500;
24
- }
25
- }
26
- ax-label {
27
- label {
28
- @apply ax-mb-0;
29
- }
30
- }
31
- }
32
- }