ros.grant.common 2.0.1663 → 2.0.1665
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.
|
@@ -340,6 +340,10 @@
|
|
|
340
340
|
a.aside-link {
|
|
341
341
|
color: var(--Main1);
|
|
342
342
|
}
|
|
343
|
+
|
|
344
|
+
&-document-card__title{
|
|
345
|
+
color: var(--Main2);
|
|
346
|
+
}
|
|
343
347
|
}
|
|
344
348
|
}
|
|
345
349
|
|
|
@@ -370,4 +374,16 @@
|
|
|
370
374
|
}
|
|
371
375
|
}
|
|
372
376
|
}
|
|
377
|
+
|
|
378
|
+
footer {
|
|
379
|
+
background: var(--Main1);
|
|
380
|
+
|
|
381
|
+
.footer-wrapp__left_copyright-text {
|
|
382
|
+
opacity: 1;
|
|
383
|
+
|
|
384
|
+
a {
|
|
385
|
+
color: #fff;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
}
|
|
373
389
|
}
|
package/package.json
CHANGED