ros.grant.common 2.0.1108 → 2.0.1111

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.
Binary file
@@ -349,7 +349,7 @@
349
349
  .label-text;
350
350
  display: inline-block;
351
351
  min-width: 20%;
352
- color: var(--Stroke);
352
+ color: var(--Secondary);
353
353
  }
354
354
  }
355
355
 
@@ -288,17 +288,13 @@
288
288
  font-size: 12px;
289
289
 
290
290
  .widget__content_item {
291
- padding: 8px 0;
291
+ padding: 16px 0;
292
292
  padding-bottom: 0;
293
293
  flex-wrap: wrap;
294
294
 
295
295
  &:last-child {
296
296
  border-bottom: none;
297
297
  }
298
-
299
- svg{
300
- min-width: initial;
301
- }
302
298
  }
303
299
 
304
300
  .avatar {
@@ -314,7 +310,7 @@
314
310
  img {
315
311
  width: 100%;
316
312
  height: 100%;
317
- object-fit: cover;
313
+ object-fit: scale-down;
318
314
  }
319
315
 
320
316
  svg {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1108",
2
+ "version": "2.0.1111",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",