@magicgol/polyjuice 0.16.0 → 0.16.1

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.16.0",
3
+ "version": "0.16.1",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -40,6 +40,9 @@ export default {
40
40
  .mg-traffic-light {
41
41
  border: 2px solid;
42
42
  border-radius: 50px;
43
+ font-family: 'Ubuntu', sans-serif;
44
+ font-size: 1.3125rem;
45
+ font-weight: 500;
43
46
  height: 2.25rem;
44
47
 
45
48
  &--error {