@acorex/styles 7.17.14 → 7.17.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.
- package/icons/demo-files/demo.css +19 -27
- package/icons/demo-files/demo.js +24 -23
- package/icons/demo.html +29 -1
- package/icons/fonts/acorex-icons.eot +0 -0
- package/icons/fonts/acorex-icons.svg +2 -0
- package/icons/fonts/acorex-icons.ttf +0 -0
- package/icons/fonts/acorex-icons.woff +0 -0
- package/icons/selection.json +1 -1289
- package/icons/style.css +86 -81
- package/icons/style.scss +92 -82
- package/icons/variables.scss +80 -77
- package/index.css +24 -24
- package/index.min.css +1 -1
- package/package.json +1 -1
- package/src/shared/_color-look.scss +1 -1
package/index.css
CHANGED
@@ -486,7 +486,7 @@ body {
|
|
486
486
|
color: rgba(var(--ax-color-primary-fore));
|
487
487
|
}
|
488
488
|
.ax-el-ghost-outline .ax-ripple {
|
489
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
489
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
490
490
|
}
|
491
491
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
492
492
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -617,7 +617,7 @@ body {
|
|
617
617
|
color: rgba(var(--ax-color-primary-fore));
|
618
618
|
}
|
619
619
|
.ax-el-ghost-outline .ax-ripple {
|
620
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
620
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
621
621
|
}
|
622
622
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
623
623
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -754,7 +754,7 @@ body {
|
|
754
754
|
color: rgba(var(--ax-color-primary-fore));
|
755
755
|
}
|
756
756
|
.ax-el-ghost-outline .ax-ripple {
|
757
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
757
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
758
758
|
}
|
759
759
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
760
760
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -885,7 +885,7 @@ body {
|
|
885
885
|
color: rgba(var(--ax-color-primary-fore));
|
886
886
|
}
|
887
887
|
.ax-el-ghost-outline .ax-ripple {
|
888
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
888
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
889
889
|
}
|
890
890
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
891
891
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1016,7 +1016,7 @@ body {
|
|
1016
1016
|
color: rgba(var(--ax-color-primary-fore));
|
1017
1017
|
}
|
1018
1018
|
.ax-el-ghost-outline .ax-ripple {
|
1019
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1019
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1020
1020
|
}
|
1021
1021
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1022
1022
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1147,7 +1147,7 @@ body {
|
|
1147
1147
|
color: rgba(var(--ax-color-primary-fore));
|
1148
1148
|
}
|
1149
1149
|
.ax-el-ghost-outline .ax-ripple {
|
1150
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1150
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1151
1151
|
}
|
1152
1152
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1153
1153
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1284,7 +1284,7 @@ body {
|
|
1284
1284
|
color: rgba(var(--ax-color-primary-fore));
|
1285
1285
|
}
|
1286
1286
|
.ax-el-ghost-outline .ax-ripple {
|
1287
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1287
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1288
1288
|
}
|
1289
1289
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1290
1290
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1415,7 +1415,7 @@ body {
|
|
1415
1415
|
color: rgba(var(--ax-color-primary-fore));
|
1416
1416
|
}
|
1417
1417
|
.ax-el-ghost-outline .ax-ripple {
|
1418
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1418
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1419
1419
|
}
|
1420
1420
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1421
1421
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1546,7 +1546,7 @@ body {
|
|
1546
1546
|
color: rgba(var(--ax-color-primary-fore));
|
1547
1547
|
}
|
1548
1548
|
.ax-el-ghost-outline .ax-ripple {
|
1549
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1549
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1550
1550
|
}
|
1551
1551
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1552
1552
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1677,7 +1677,7 @@ body {
|
|
1677
1677
|
color: rgba(var(--ax-color-primary-fore));
|
1678
1678
|
}
|
1679
1679
|
.ax-el-ghost-outline .ax-ripple {
|
1680
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1680
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1681
1681
|
}
|
1682
1682
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1683
1683
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1814,7 +1814,7 @@ body {
|
|
1814
1814
|
color: rgba(var(--ax-color-primary-fore));
|
1815
1815
|
}
|
1816
1816
|
.ax-el-ghost-outline .ax-ripple {
|
1817
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1817
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1818
1818
|
}
|
1819
1819
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1820
1820
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -1945,7 +1945,7 @@ body {
|
|
1945
1945
|
color: rgba(var(--ax-color-primary-fore));
|
1946
1946
|
}
|
1947
1947
|
.ax-el-ghost-outline .ax-ripple {
|
1948
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
1948
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
1949
1949
|
}
|
1950
1950
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
1951
1951
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -2076,7 +2076,7 @@ body {
|
|
2076
2076
|
color: rgba(var(--ax-color-primary-fore));
|
2077
2077
|
}
|
2078
2078
|
.ax-el-ghost-outline .ax-ripple {
|
2079
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
2079
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
2080
2080
|
}
|
2081
2081
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
2082
2082
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -2207,7 +2207,7 @@ body {
|
|
2207
2207
|
color: rgba(var(--ax-color-primary-fore));
|
2208
2208
|
}
|
2209
2209
|
.ax-el-ghost-outline .ax-ripple {
|
2210
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
2210
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
2211
2211
|
}
|
2212
2212
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
2213
2213
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -2344,7 +2344,7 @@ body {
|
|
2344
2344
|
color: rgba(var(--ax-color-primary-fore));
|
2345
2345
|
}
|
2346
2346
|
.ax-el-ghost-outline .ax-ripple {
|
2347
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
2347
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
2348
2348
|
}
|
2349
2349
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
2350
2350
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -2475,7 +2475,7 @@ body {
|
|
2475
2475
|
color: rgba(var(--ax-color-primary-fore));
|
2476
2476
|
}
|
2477
2477
|
.ax-el-ghost-outline .ax-ripple {
|
2478
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
2478
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
2479
2479
|
}
|
2480
2480
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
2481
2481
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -2606,7 +2606,7 @@ body {
|
|
2606
2606
|
color: rgba(var(--ax-color-primary-fore));
|
2607
2607
|
}
|
2608
2608
|
.ax-el-ghost-outline .ax-ripple {
|
2609
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
2609
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
2610
2610
|
}
|
2611
2611
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
2612
2612
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -2737,7 +2737,7 @@ body {
|
|
2737
2737
|
color: rgba(var(--ax-color-primary-fore));
|
2738
2738
|
}
|
2739
2739
|
.ax-el-ghost-outline .ax-ripple {
|
2740
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
2740
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
2741
2741
|
}
|
2742
2742
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
2743
2743
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -2874,7 +2874,7 @@ body {
|
|
2874
2874
|
color: rgba(var(--ax-color-primary-fore));
|
2875
2875
|
}
|
2876
2876
|
.ax-el-ghost-outline .ax-ripple {
|
2877
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
2877
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
2878
2878
|
}
|
2879
2879
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
2880
2880
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -3005,7 +3005,7 @@ body {
|
|
3005
3005
|
color: rgba(var(--ax-color-primary-fore));
|
3006
3006
|
}
|
3007
3007
|
.ax-el-ghost-outline .ax-ripple {
|
3008
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
3008
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
3009
3009
|
}
|
3010
3010
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
3011
3011
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -3136,7 +3136,7 @@ body {
|
|
3136
3136
|
color: rgba(var(--ax-color-primary-fore));
|
3137
3137
|
}
|
3138
3138
|
.ax-el-ghost-outline .ax-ripple {
|
3139
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
3139
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
3140
3140
|
}
|
3141
3141
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
3142
3142
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -3267,7 +3267,7 @@ body {
|
|
3267
3267
|
color: rgba(var(--ax-color-primary-fore));
|
3268
3268
|
}
|
3269
3269
|
.ax-el-ghost-outline .ax-ripple {
|
3270
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
3270
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
3271
3271
|
}
|
3272
3272
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
3273
3273
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -3404,7 +3404,7 @@ body {
|
|
3404
3404
|
color: rgba(var(--ax-color-primary-fore));
|
3405
3405
|
}
|
3406
3406
|
.ax-el-ghost-outline .ax-ripple {
|
3407
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
3407
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
3408
3408
|
}
|
3409
3409
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
3410
3410
|
border-color: rgba(var(--ax-color-ghost-fore));
|
@@ -3535,7 +3535,7 @@ body {
|
|
3535
3535
|
color: rgba(var(--ax-color-primary-fore));
|
3536
3536
|
}
|
3537
3537
|
.ax-el-ghost-outline .ax-ripple {
|
3538
|
-
background-color: rgba(var(--ax-color-primary-500), 0.3);
|
3538
|
+
background-color: rgba(var(--ax-color-primary-500), 0.3) !important;
|
3539
3539
|
}
|
3540
3540
|
.ax-el-ghost-outline ax-loading-spinner .ax-loader {
|
3541
3541
|
border-color: rgba(var(--ax-color-ghost-fore));
|