ros.grant.common 2.0.1512 → 2.0.1513
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -126,12 +126,14 @@
|
|
|
126
126
|
*{
|
|
127
127
|
font-size: 18px;
|
|
128
128
|
font-family: 'PT Sans Caption',sans-serif !important;
|
|
129
|
-
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
130
131
|
|
|
132
|
+
h3, h4{
|
|
131
133
|
a[href^=tel] {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
134
|
+
color: inherit;
|
|
135
|
+
text-decoration:inherit;
|
|
136
|
+
pointer-events: none;
|
|
135
137
|
}
|
|
136
138
|
}
|
|
137
139
|
|
|
@@ -235,7 +237,7 @@
|
|
|
235
237
|
|
|
236
238
|
.value {
|
|
237
239
|
font-weight: bold;
|
|
238
|
-
font-size:
|
|
240
|
+
font-size: 14px;
|
|
239
241
|
color: var(--Main2);
|
|
240
242
|
|
|
241
243
|
&.red {
|
package/package.json
CHANGED