mp-design-system 1.2.38 → 1.2.39

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-design-system",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -62,14 +62,10 @@
62
62
  &> field {
63
63
  &::after {
64
64
  content: '';
65
- position: absolute;
66
- top: 0;
67
- right: 0;
68
- bottom: 0;
69
- @include margin('auto', 0, 'auto', 'xs');
70
- @include padding('xs');
65
+ height: 2rem;
66
+ width: 2rem;
67
+ @include margin('auto', 0);
71
68
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="%23CE0058"/><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.666 7.333l-9.333 9.334M7.333 7.333l9.333 9.334"/></svg>') no-repeat center;
72
- background-size: 100% 100%;
73
69
  }
74
70
  }
75
71
  }