@voplus/morpho-workspace 6.0.126 → 6.0.127

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,8 +8,10 @@
8
8
 
9
9
  :global {
10
10
  .notification-item-name {
11
- color: #5D5D5D;
12
- font: normal normal bold 14px/19px Open Sans;
11
+ color: #5d5d5d;
12
+ font-weight: bold;
13
+ font-size: 14px;
14
+ line-height: 19px;
13
15
  }
14
16
 
15
17
  .notification-column-item {
@@ -38,7 +38,9 @@
38
38
 
39
39
  .sub-title {
40
40
  color: #217eb2;
41
- font: normal normal bold 14px/19px Open Sans;
41
+ font-weight: bold;
42
+ font-size: 14px;
43
+ line-height: 19px;
42
44
  }
43
45
  }
44
46
 
@@ -62,13 +62,17 @@
62
62
 
63
63
  .ant-radio-wrapper {
64
64
  color: #5d5d5d;
65
- font: normal normal 600 14px/19px Open Sans;
65
+ font-weight: 600;
66
+ font-size: 14px;
67
+ line-height: 19px;
66
68
  }
67
69
  }
68
70
 
69
71
  .email-content-subtitle {
70
72
  color: #868686;
71
- font: normal normal 600 14px/19px Open Sans;
73
+ font-weight: 600;
74
+ font-size: 14px;
75
+ line-height: 19px;
72
76
  margin-bottom: 5px;
73
77
  }
74
78
 
@@ -86,12 +90,16 @@
86
90
  .preview-component-header {
87
91
  .header-title {
88
92
  color: #5d5d5d;
89
- font: normal normal bold 14px/19px Open Sans;
93
+ font-weight: bold;
94
+ font-size: 14px;
95
+ line-height: 19px;
90
96
  }
91
97
 
92
98
  .header-explain {
93
99
  color: #868686;
94
- font: normal normal 600 14px/19px Open Sans;
100
+ font-weight: 600;
101
+ font-size: 14px;
102
+ line-height: 19px;
95
103
  }
96
104
  }
97
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-workspace",
3
- "version": "6.0.126",
3
+ "version": "6.0.127",
4
4
  "description": "morpho workspace module",
5
5
  "repository": {
6
6
  "type": "git",