ros.grant.common 2.0.1085 → 2.0.1086
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.
|
@@ -722,6 +722,8 @@
|
|
|
722
722
|
|
|
723
723
|
&.certificate {
|
|
724
724
|
.modal-header {
|
|
725
|
+
margin-bottom: 0;
|
|
726
|
+
|
|
725
727
|
.modal-title {
|
|
726
728
|
font-family: 'PT Sans Caption', sans-serif;
|
|
727
729
|
justify-content: center;
|
|
@@ -752,10 +754,6 @@
|
|
|
752
754
|
padding-top: 16px;
|
|
753
755
|
border-bottom: 1px solid var(--Stroke);
|
|
754
756
|
|
|
755
|
-
&:last-child {
|
|
756
|
-
border-bottom: none;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
757
|
&__item {
|
|
760
758
|
display: flex;
|
|
761
759
|
align-items: center;
|
package/package.json
CHANGED