@everchron/ec-shards 5.0.56 → 5.0.58

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": "@everchron/ec-shards",
3
- "version": "5.0.56",
3
+ "version": "5.0.58",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -30,7 +30,7 @@
30
30
  align-items: center;
31
31
 
32
32
  &-default{
33
- padding: $spacing-10 $spacing-15;
33
+ padding: $spacing-10;
34
34
 
35
35
  &:first-child{
36
36
  padding-top: $spacing-5;
@@ -110,12 +110,12 @@ export default {
110
110
  }
111
111
 
112
112
  select{
113
- padding: $spacing-5 + 1 $spacing-10;
113
+ padding: 5px $spacing-40 5px $spacing-10;
114
114
  font-family: $font-family-system;
115
115
  font-size: $type-scale-3-font-size;
116
116
  line-height: $type-scale-3-line-height;
117
117
  color: $color-gray-13;
118
- width: calc(100% + 30px);
118
+ width: 100%;
119
119
  border: none;
120
120
  box-shadow: none;
121
121
  background: transparent;
@@ -196,13 +196,13 @@ export default {
196
196
  select{
197
197
  font-size: $type-scale-2-font-size;
198
198
  line-height: $type-scale-2-line-height;
199
- padding: $spacing-5 - 1 $spacing-10;
199
+ padding: 3px $spacing-30 3px $spacing-10;
200
200
  }
201
201
  }
202
202
 
203
203
  &-lg{
204
204
  select{
205
- padding: $spacing-15 - 3 $spacing-10;
205
+ padding: 9px $spacing-40 9px $spacing-10;
206
206
  }
207
207
  }
208
208
  }