ros.grant.common 2.0.1264 → 2.0.1265
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.
|
@@ -177,12 +177,6 @@
|
|
|
177
177
|
border-right: none;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
&:last-child {
|
|
181
|
-
border: none;
|
|
182
|
-
margin-right: 0;
|
|
183
|
-
padding-right: 0;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
180
|
&.nowrap {
|
|
187
181
|
p {
|
|
188
182
|
white-space: nowrap;
|
|
@@ -193,18 +187,12 @@
|
|
|
193
187
|
&.line-clamp {
|
|
194
188
|
|
|
195
189
|
p {
|
|
196
|
-
|
|
190
|
+
display: -webkit-box;
|
|
191
|
+
-webkit-line-clamp: 2;
|
|
192
|
+
-webkit-box-orient: vertical;
|
|
197
193
|
overflow: hidden;
|
|
198
194
|
text-overflow: ellipsis;
|
|
199
|
-
|
|
200
|
-
@media screen and (min-width: 991px) {
|
|
201
|
-
display: -webkit-box;
|
|
202
|
-
-webkit-line-clamp: 2;
|
|
203
|
-
-webkit-box-orient: vertical;
|
|
204
|
-
overflow: hidden;
|
|
205
|
-
text-overflow: ellipsis;
|
|
206
|
-
max-width: 300px;
|
|
207
|
-
}
|
|
195
|
+
max-width: 300px;
|
|
208
196
|
}
|
|
209
197
|
}
|
|
210
198
|
|
|
@@ -241,6 +229,11 @@
|
|
|
241
229
|
margin: 0;
|
|
242
230
|
font-size: 14px;
|
|
243
231
|
word-break: inherit;
|
|
232
|
+
font-family: 'PT Sans';
|
|
233
|
+
font-style: normal;
|
|
234
|
+
font-weight: 400;
|
|
235
|
+
font-size: 14px;
|
|
236
|
+
line-height: 16px !important;
|
|
244
237
|
|
|
245
238
|
&.bold {
|
|
246
239
|
font-weight: bold;
|
|
@@ -261,6 +254,11 @@
|
|
|
261
254
|
font-weight: bold;
|
|
262
255
|
}
|
|
263
256
|
}
|
|
257
|
+
|
|
258
|
+
a {
|
|
259
|
+
font-size: 14px;
|
|
260
|
+
line-height: 16px;
|
|
261
|
+
}
|
|
264
262
|
}
|
|
265
263
|
|
|
266
264
|
&-info {
|
package/package.json
CHANGED