ros.grant.common 2.0.1236 → 2.0.1237
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.
|
@@ -302,25 +302,28 @@
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
|
|
305
|
-
lib-contact-line
|
|
306
|
-
border-bottom: 1px solid var(--Stroke) !important;
|
|
307
|
-
padding: 8px 0 0 0 !important;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
lib-contact-line:last-child {
|
|
305
|
+
lib-contact-line {
|
|
312
306
|
.widget__content_item {
|
|
313
|
-
border-bottom:
|
|
307
|
+
border-bottom: 1px solid var(--Stroke) !important;
|
|
314
308
|
padding: 8px 0 8px 0 !important;
|
|
315
309
|
}
|
|
316
|
-
}
|
|
317
310
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
311
|
+
&:last-child {
|
|
312
|
+
.widget__content_item {
|
|
313
|
+
border-bottom: none !important;
|
|
314
|
+
padding: 8px 0 8px 0 !important;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
&:first-child {
|
|
319
|
+
.widget__content_item {
|
|
320
|
+
padding: 16px 0 8px 0 !important;
|
|
321
|
+
|
|
322
|
+
}
|
|
321
323
|
}
|
|
322
324
|
}
|
|
323
325
|
|
|
326
|
+
|
|
324
327
|
.avatar {
|
|
325
328
|
width: 24px;
|
|
326
329
|
min-width: 24px;
|
package/package.json
CHANGED