v-eris 1.0.302 → 1.0.304

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": "v-eris",
3
- "version": "1.0.302",
3
+ "version": "1.0.304",
4
4
  "description": "",
5
5
  "bootstrapVersion": 3,
6
6
  "styleLoaders": [],
@@ -272,6 +272,7 @@
272
272
  box-shadow: none;
273
273
  background-color: color.mix( var( --element-bg ), var( --element-accent ), calc(90% * var(--element-text-multi-main)), 13% );
274
274
  color: color.mix( var( --element-text ), var( --element-accent ), calc(50% * var(--element-text-multi-text)), 100% );
275
+ padding: 3px 0px 3px 3px;
275
276
  }
276
277
  .multiselect-headerless .multiselect-suggestions-item-focused{
277
278
  background-color: transparent;