@keenmate/pure-admin-theme-dark 2.0.1 → 2.0.2

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 (2) hide show
  1. package/dist/dark.css +57 -0
  2. package/package.json +1 -1
package/dist/dark.css CHANGED
@@ -2815,6 +2815,63 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2815
2815
  flex: 0 0 100%;
2816
2816
  max-width: 100%;
2817
2817
  }
2818
+ .pa-offset-5 {
2819
+ margin-inline-start: 0;
2820
+ }
2821
+ .pa-offset-10 {
2822
+ margin-inline-start: 0;
2823
+ }
2824
+ .pa-offset-15 {
2825
+ margin-inline-start: 0;
2826
+ }
2827
+ .pa-offset-20 {
2828
+ margin-inline-start: 0;
2829
+ }
2830
+ .pa-offset-25 {
2831
+ margin-inline-start: 0;
2832
+ }
2833
+ .pa-offset-30 {
2834
+ margin-inline-start: 0;
2835
+ }
2836
+ .pa-offset-35 {
2837
+ margin-inline-start: 0;
2838
+ }
2839
+ .pa-offset-40 {
2840
+ margin-inline-start: 0;
2841
+ }
2842
+ .pa-offset-45 {
2843
+ margin-inline-start: 0;
2844
+ }
2845
+ .pa-offset-50 {
2846
+ margin-inline-start: 0;
2847
+ }
2848
+ .pa-offset-55 {
2849
+ margin-inline-start: 0;
2850
+ }
2851
+ .pa-offset-60 {
2852
+ margin-inline-start: 0;
2853
+ }
2854
+ .pa-offset-65 {
2855
+ margin-inline-start: 0;
2856
+ }
2857
+ .pa-offset-70 {
2858
+ margin-inline-start: 0;
2859
+ }
2860
+ .pa-offset-75 {
2861
+ margin-inline-start: 0;
2862
+ }
2863
+ .pa-offset-80 {
2864
+ margin-inline-start: 0;
2865
+ }
2866
+ .pa-offset-85 {
2867
+ margin-inline-start: 0;
2868
+ }
2869
+ .pa-offset-90 {
2870
+ margin-inline-start: 0;
2871
+ }
2872
+ .pa-offset-95 {
2873
+ margin-inline-start: 0;
2874
+ }
2818
2875
  }
2819
2876
  /* ========================================
2820
2877
  Card Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keenmate/pure-admin-theme-dark",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Dark theme for Pure Admin with color variants (blue, green, red) via CSS classes",
5
5
  "style": "dist/dark.css",
6
6
  "exports": {