ros.grant.common 2.0.1237 → 2.0.1238
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.
|
@@ -198,16 +198,16 @@
|
|
|
198
198
|
color: var(--Main1);
|
|
199
199
|
|
|
200
200
|
&:after {
|
|
201
|
-
content: '
|
|
201
|
+
content: 'Специальный конкурс 2022';
|
|
202
202
|
|
|
203
203
|
@media (max-width: 900px) {
|
|
204
|
-
content: '
|
|
204
|
+
content: 'Специальный конкурс 2022';
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
@media (max-width: 656px) {
|
|
209
209
|
font-size: 14px;
|
|
210
|
-
content: '
|
|
210
|
+
content: 'Специальный конкурс 2022';
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
|
package/package.json
CHANGED