@basis-ng/styles 0.0.1-alpha.150 → 0.0.1-alpha.151

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-ng/styles",
3
- "version": "0.0.1-alpha.150",
3
+ "version": "0.0.1-alpha.151",
4
4
  "description": "CSS foundation for @basis-ng/primitives components",
5
5
  "main": "src/index.css",
6
6
  "exports": {
@@ -63,7 +63,7 @@ b-tabs {
63
63
 
64
64
  /* Rounded full - extra horizontal padding */
65
65
  &.b-rounded-full {
66
- @apply px-2;
66
+ @apply px-1;
67
67
 
68
68
  b-tab {
69
69
  @apply px-4 rounded-size-md;
@@ -71,7 +71,7 @@ b-tabs {
71
71
  }
72
72
 
73
73
  &.b-size-sm.b-rounded-full {
74
- @apply px-1.5;
74
+ @apply px-1;
75
75
 
76
76
  b-tab {
77
77
  @apply px-3 rounded-size-sm;
@@ -79,7 +79,7 @@ b-tabs {
79
79
  }
80
80
 
81
81
  &.b-size-lg.b-rounded-full {
82
- @apply px-2.5;
82
+ @apply px-1;
83
83
 
84
84
  b-tab {
85
85
  @apply px-5 rounded-size-lg;