ros.grant.common 2.0.1038 → 2.0.1039

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.
@@ -518,6 +518,14 @@ input.ng-invalid.ng-touched {
518
518
  min-height: auto;
519
519
  }
520
520
 
521
+ // label в качестве заголовка
522
+ &.label-title {
523
+ font-weight: bold;
524
+ font-size: 18px;
525
+ line-height: 130%;
526
+ color: var(--Main1);
527
+ }
528
+
521
529
  .required-active {
522
530
  font-size: 20px;
523
531
  color: var(--Red);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1038",
2
+ "version": "2.0.1039",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",