@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.
@@ -62,13 +62,17 @@
|
|
62
62
|
|
63
63
|
.ant-radio-wrapper {
|
64
64
|
color: #5d5d5d;
|
65
|
-
font:
|
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:
|
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:
|
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:
|
100
|
+
font-weight: 600;
|
101
|
+
font-size: 14px;
|
102
|
+
line-height: 19px;
|
95
103
|
}
|
96
104
|
}
|
97
105
|
|