ros.grant.common 2.0.1190 → 2.0.1193
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,14 +3,8 @@
|
|
|
3
3
|
min-height: 100vh;
|
|
4
4
|
|
|
5
5
|
.page-content {
|
|
6
|
-
min-height:
|
|
6
|
+
min-height: 100vh;
|
|
7
7
|
vertical-align: bottom;
|
|
8
|
-
width: calc(~"100% - 280px");
|
|
9
|
-
margin-left: auto;
|
|
10
|
-
|
|
11
|
-
@media (max-width:991px) {
|
|
12
|
-
width: 100%;
|
|
13
|
-
}
|
|
14
8
|
|
|
15
9
|
.page-header {
|
|
16
10
|
background: #fff;
|
|
@@ -71,6 +65,7 @@
|
|
|
71
65
|
.auth-nav-menu {
|
|
72
66
|
visibility: visible;
|
|
73
67
|
opacity: 1;
|
|
68
|
+
z-index: 30;
|
|
74
69
|
}
|
|
75
70
|
}
|
|
76
71
|
|
|
@@ -338,7 +333,6 @@
|
|
|
338
333
|
.page-content {
|
|
339
334
|
display: flex;
|
|
340
335
|
width: 100%;
|
|
341
|
-
margin-left: initial;
|
|
342
336
|
|
|
343
337
|
.page-sidebar {
|
|
344
338
|
position: sticky;
|
package/package.json
CHANGED