ros.grant.common 2.0.1208 → 2.0.1211

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.
@@ -3,7 +3,7 @@
3
3
  padding-bottom: 0px;
4
4
  height: 146px;
5
5
  position: relative;
6
- z-index: 5;
6
+ z-index: 6;
7
7
  font-size: 0;
8
8
  color: var(--Main1);
9
9
  font-weight: 400;
@@ -691,6 +691,7 @@ input.ng-invalid.ng-touched {
691
691
  display: block;
692
692
  margin-bottom: 8px;
693
693
  min-height: 18px;
694
+ color: var(--Main1);
694
695
 
695
696
  @media screen and (max-width: 768px) {
696
697
  min-height: auto;
@@ -701,7 +702,6 @@ input.ng-invalid.ng-touched {
701
702
  font-weight: bold;
702
703
  font-size: 18px;
703
704
  line-height: 130%;
704
- color: var(--Main1);
705
705
  margin-bottom: 16px;
706
706
  font-family: 'PT Sans Caption', sans-serif;
707
707
  }
@@ -99,4 +99,18 @@
99
99
  }
100
100
  }
101
101
 
102
+ .page-sidebar-menu{
103
+ .accordion-menu{
104
+ li{
105
+ &.active{
106
+ &.active-revert{
107
+ &>a{
108
+ border-left-color: transparent;
109
+ background-color: transparent;
110
+ }
111
+ }
112
+ }
113
+ }
114
+ }
115
+ }
102
116
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1208",
2
+ "version": "2.0.1211",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {