@acorex/styles 21.0.0-next.64 → 21.0.0-next.65
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/package.json +1 -1
- package/themes/default.css +26 -0
package/package.json
CHANGED
package/themes/default.css
CHANGED
|
@@ -2753,6 +2753,32 @@ html.dark {
|
|
|
2753
2753
|
border-color: var(--color-border-default);
|
|
2754
2754
|
}
|
|
2755
2755
|
|
|
2756
|
+
@utility border-s-default {
|
|
2757
|
+
border-inline-start-width: 1px;
|
|
2758
|
+
}
|
|
2759
|
+
|
|
2760
|
+
@utility border-e-default {
|
|
2761
|
+
border-inline-end-width: 1px;
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
@utility border-t-default {
|
|
2765
|
+
border-top-width: 1px;
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
@utility border-b-default {
|
|
2769
|
+
border-bottom-width: 1px;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
@utility border-x-default {
|
|
2773
|
+
border-left-width: 1px;
|
|
2774
|
+
border-right-width: 1px;
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
@utility border-y-default {
|
|
2778
|
+
border-top-width: 1px;
|
|
2779
|
+
border-bottom-width: 1px;
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2756
2782
|
@utility text-default {
|
|
2757
2783
|
color: var(--color-text-default);
|
|
2758
2784
|
}
|