ros.grant.common 2.1.21 → 2.1.22
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.
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
footer {
|
|
43
|
+
.vse-footer footer {
|
|
44
44
|
background-color: var(--Main1);
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
// Настройки для ФПГ
|
|
78
78
|
.page-wrapper.pgrants {
|
|
79
79
|
|
|
80
|
-
footer {
|
|
80
|
+
.vse-footer footer {
|
|
81
81
|
background-color: #C7DFE2;
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
footer {
|
|
155
|
+
.vse-footer footer{
|
|
156
156
|
background: var(--Subsidiary);
|
|
157
157
|
|
|
158
158
|
.footer-wrapp__left_copyright-text {
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
footer {
|
|
238
|
+
.vse-footer footer {
|
|
239
239
|
background: var(--Subsidiary);
|
|
240
240
|
|
|
241
241
|
.footer-wrapp__left_copyright-text {
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
footer {
|
|
378
|
+
.vse-footer footer {
|
|
379
379
|
background: var(--Main1);
|
|
380
380
|
|
|
381
381
|
.footer-wrapp__left_copyright-text {
|
package/package.json
CHANGED