ros.grant.common 2.0.1069 → 2.0.1070
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.
|
@@ -434,6 +434,7 @@
|
|
|
434
434
|
font-size: 14px;
|
|
435
435
|
line-height: 140%;
|
|
436
436
|
color: var(--Main1);
|
|
437
|
+
word-break: break-word;
|
|
437
438
|
}
|
|
438
439
|
}
|
|
439
440
|
}
|
|
@@ -491,14 +492,15 @@
|
|
|
491
492
|
|
|
492
493
|
.accent-link {
|
|
493
494
|
line-height: 1.4;
|
|
495
|
+
|
|
494
496
|
a {
|
|
495
497
|
color: var(--Main2);
|
|
496
498
|
text-decoration: none;
|
|
497
499
|
}
|
|
498
500
|
}
|
|
499
501
|
|
|
500
|
-
a{
|
|
501
|
-
&:hover{
|
|
502
|
+
a {
|
|
503
|
+
&:hover {
|
|
502
504
|
text-decoration: underline;
|
|
503
505
|
}
|
|
504
506
|
}
|
|
@@ -532,37 +534,37 @@
|
|
|
532
534
|
overflow-x: auto;
|
|
533
535
|
}
|
|
534
536
|
|
|
535
|
-
&-primary{
|
|
537
|
+
&-primary {
|
|
536
538
|
box-shadow: none;
|
|
537
539
|
|
|
538
|
-
.widget__header{
|
|
540
|
+
.widget__header {
|
|
539
541
|
padding: 16px 0;
|
|
540
542
|
|
|
541
|
-
.trigger{
|
|
543
|
+
.trigger {
|
|
542
544
|
justify-content: start;
|
|
543
545
|
color: var(--Main2);
|
|
544
546
|
|
|
545
|
-
h6{
|
|
547
|
+
h6 {
|
|
546
548
|
font-size: 16px;
|
|
547
549
|
}
|
|
548
550
|
|
|
549
|
-
.arrow{
|
|
550
|
-
span{
|
|
551
|
+
.arrow {
|
|
552
|
+
span {
|
|
551
553
|
display: none;
|
|
552
554
|
}
|
|
553
555
|
|
|
554
|
-
svg{
|
|
556
|
+
svg {
|
|
555
557
|
margin-left: 8px;
|
|
556
|
-
|
|
558
|
+
|
|
557
559
|
path {
|
|
558
560
|
stroke: var(--Main2);
|
|
559
561
|
}
|
|
560
562
|
}
|
|
561
|
-
}
|
|
563
|
+
}
|
|
562
564
|
}
|
|
563
565
|
}
|
|
564
566
|
|
|
565
|
-
.widget__content{
|
|
567
|
+
.widget__content {
|
|
566
568
|
border-top: none;
|
|
567
569
|
padding: 8px 0;
|
|
568
570
|
}
|
package/package.json
CHANGED