ros.grant.common 2.0.1207 → 2.0.1210

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;
@@ -259,7 +259,6 @@
259
259
  width: auto;
260
260
  padding: 24px;
261
261
  padding-top: 0;
262
- padding-bottom: 16px;
263
262
 
264
263
  @media screen and (max-width: 991px) {
265
264
  padding: 16px;
@@ -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.1207",
2
+ "version": "2.0.1210",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {