ros.grant.common 2.0.1292 → 2.0.1293
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.
|
@@ -1520,6 +1520,28 @@
|
|
|
1520
1520
|
}
|
|
1521
1521
|
/** VTBGroupUI END**/
|
|
1522
1522
|
|
|
1523
|
+
/** PT Sans Pro Caption **/
|
|
1524
|
+
@font-face {
|
|
1525
|
+
font-family: 'PT Sans Pro - Caption';
|
|
1526
|
+
src: local('PTSansPro-Caption'),
|
|
1527
|
+
local('PTSansPro-Caption'),
|
|
1528
|
+
url('@{commonFontsRoot}/PTSansPro-Caption.woff2') format('woff2');
|
|
1529
|
+
font-weight: 300;
|
|
1530
|
+
font-style: normal;
|
|
1531
|
+
font-display: swap;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
@font-face {
|
|
1535
|
+
font-family: 'PT Sans Pro Caption Bold';
|
|
1536
|
+
src: local('PT Sans Pro Caption Bold'),
|
|
1537
|
+
local('PT Sans Pro Caption Bold'),
|
|
1538
|
+
url('@{commonFontsRoot}/PT Sans Pro Caption Bold.woff2') format('woff2');
|
|
1539
|
+
font-weight: 700;
|
|
1540
|
+
font-style: normal;
|
|
1541
|
+
font-display: swap;
|
|
1542
|
+
}
|
|
1543
|
+
/** PT Sans Pro Caption END**/
|
|
1544
|
+
|
|
1523
1545
|
// fonts
|
|
1524
1546
|
.k-icon {
|
|
1525
1547
|
font-family: WebComponentsIcons !important;
|
|
@@ -608,7 +608,7 @@ input.ng-invalid.ng-touched {
|
|
|
608
608
|
.page-wrapper {
|
|
609
609
|
&:not(.mvc-service.pgrants) {
|
|
610
610
|
|
|
611
|
-
label:not(.custom-checkbox, .slider-checkbox, .custom-switch, .input-icon),
|
|
611
|
+
label:not(.mrx-switch, .custom-checkbox, .slider-checkbox, .custom-switch, .input-icon),
|
|
612
612
|
.custom__label {
|
|
613
613
|
font-size: 14px;
|
|
614
614
|
line-height: 120%;
|
package/package.json
CHANGED