ros.grant.common 2.0.1084 → 2.0.1085

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.
Binary file
@@ -723,10 +723,10 @@
723
723
  &.certificate {
724
724
  .modal-header {
725
725
  .modal-title {
726
- text-transform: none;
727
- justify-content: flex-start;
726
+ font-family: 'PT Sans Caption', sans-serif;
727
+ justify-content: center;
728
728
  color: var(--Main1);
729
- background: transparent !important;
729
+ background: var(--Disabled);
730
730
  }
731
731
 
732
732
  .close-click {
@@ -742,21 +742,18 @@
742
742
  display: flex;
743
743
  flex-direction: column;
744
744
  align-items: flex-start;
745
+ padding: 0;
745
746
 
746
747
  &-info {
747
748
  display: flex;
748
749
  flex-direction: column;
749
750
  align-items: flex-start;
750
- padding-bottom: 24px;
751
+ padding-bottom: 16px;
752
+ padding-top: 16px;
753
+ border-bottom: 1px solid var(--Stroke);
751
754
 
752
755
  &:last-child {
753
- padding-bottom: 0;
754
- }
755
-
756
- &:last-child {
757
- border-bottom: 1px solid var(--Stroke);
758
- margin-bottom: 24px;
759
- padding-bottom: 24px;
756
+ border-bottom: none;
760
757
  }
761
758
 
762
759
  &__item {
@@ -785,6 +782,9 @@
785
782
  &-other {
786
783
  max-height: 520px;
787
784
  overflow: auto;
785
+ width: 100%;
786
+ padding: 24px;
787
+ padding-top: 0;
788
788
  }
789
789
  }
790
790
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1084",
2
+ "version": "2.0.1085",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",