@keenmate/pure-admin-theme-express 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/express.css +57 -0
  2. package/package.json +1 -1
package/dist/express.css CHANGED
@@ -2878,6 +2878,63 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
2878
2878
  flex: 0 0 100%;
2879
2879
  max-width: 100%;
2880
2880
  }
2881
+ .pa-offset-5 {
2882
+ margin-inline-start: 0;
2883
+ }
2884
+ .pa-offset-10 {
2885
+ margin-inline-start: 0;
2886
+ }
2887
+ .pa-offset-15 {
2888
+ margin-inline-start: 0;
2889
+ }
2890
+ .pa-offset-20 {
2891
+ margin-inline-start: 0;
2892
+ }
2893
+ .pa-offset-25 {
2894
+ margin-inline-start: 0;
2895
+ }
2896
+ .pa-offset-30 {
2897
+ margin-inline-start: 0;
2898
+ }
2899
+ .pa-offset-35 {
2900
+ margin-inline-start: 0;
2901
+ }
2902
+ .pa-offset-40 {
2903
+ margin-inline-start: 0;
2904
+ }
2905
+ .pa-offset-45 {
2906
+ margin-inline-start: 0;
2907
+ }
2908
+ .pa-offset-50 {
2909
+ margin-inline-start: 0;
2910
+ }
2911
+ .pa-offset-55 {
2912
+ margin-inline-start: 0;
2913
+ }
2914
+ .pa-offset-60 {
2915
+ margin-inline-start: 0;
2916
+ }
2917
+ .pa-offset-65 {
2918
+ margin-inline-start: 0;
2919
+ }
2920
+ .pa-offset-70 {
2921
+ margin-inline-start: 0;
2922
+ }
2923
+ .pa-offset-75 {
2924
+ margin-inline-start: 0;
2925
+ }
2926
+ .pa-offset-80 {
2927
+ margin-inline-start: 0;
2928
+ }
2929
+ .pa-offset-85 {
2930
+ margin-inline-start: 0;
2931
+ }
2932
+ .pa-offset-90 {
2933
+ margin-inline-start: 0;
2934
+ }
2935
+ .pa-offset-95 {
2936
+ margin-inline-start: 0;
2937
+ }
2881
2938
  }
2882
2939
  /* ========================================
2883
2940
  Card Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keenmate/pure-admin-theme-express",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Express theme for Pure Admin",
5
5
  "style": "dist/express.css",
6
6
  "exports": {