@magicgol/polyjuice 0.51.2 → 0.51.4

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": "@magicgol/polyjuice",
3
- "version": "0.51.2",
3
+ "version": "0.51.4",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -63,13 +63,15 @@ export default {
63
63
  @import '../../../../assets/palette';
64
64
 
65
65
  .mg-checkbox {
66
+ font-family: 'Raleway', sans-serif;
67
+ font-size: 0.875rem;
68
+ font-weight: 700;
69
+
66
70
  .mg-checkbox-check {
67
71
  border: 2px solid map-get($palette, 'brand');
68
- border-radius: 2px;
72
+ border-radius: 4px;
69
73
  box-sizing: border-box;
70
74
  height: 20px;
71
- font-family: 'Raleway', sans-serif;
72
- font-size: 0.875rem;
73
75
  font-weight: 600;
74
76
  vertical-align: sub;
75
77
  width: 20px;
@@ -83,13 +85,13 @@ export default {
83
85
  border-left: 2px solid #fff;
84
86
  border-bottom: 2px solid #fff;
85
87
  content: '';
86
- height: 8px;
88
+ height: 5px;
87
89
  left: 50%;
88
- margin-left: -7px;
90
+ margin-left: -5px;
89
91
  position: absolute;
90
- top: 2px;
92
+ top: 4px;
91
93
  transform: rotate(-45deg);
92
- width: 14px;
94
+ width: 10px;
93
95
  }
94
96
  }
95
97
  }
@@ -41,7 +41,6 @@ export default {
41
41
  .mg-link {
42
42
  color: map-get($palette, 'brand');
43
43
  cursor: pointer;
44
- font-weight: 400;
45
44
 
46
45
  &--disabled {
47
46
  opacity: 0.6 !important;