@appscode/design-system 2.0.24 → 2.0.26-alpha.1
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.
package/package.json
CHANGED
|
@@ -763,6 +763,18 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
763
763
|
|
|
764
764
|
// Status css
|
|
765
765
|
// ac-footer sticky end
|
|
766
|
+
body:has(.has-info-content) {
|
|
767
|
+
&:after {
|
|
768
|
+
position: absolute;
|
|
769
|
+
content: "";
|
|
770
|
+
left: 0;
|
|
771
|
+
top: 0;
|
|
772
|
+
width: calc(100% - 550px);
|
|
773
|
+
height: 100vh;
|
|
774
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
775
|
+
z-index: 9999;
|
|
776
|
+
}
|
|
777
|
+
}
|
|
766
778
|
.information-center {
|
|
767
779
|
min-height: calc(100vh - 0px);
|
|
768
780
|
padding: 20px;
|
|
@@ -773,7 +785,7 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
773
785
|
right: 0;
|
|
774
786
|
background: #fff;
|
|
775
787
|
top: 0;
|
|
776
|
-
z-index:
|
|
788
|
+
z-index: 99999;
|
|
777
789
|
box-shadow: -3px 2px 10px 3px rgba(0, 0, 0, 0.1);
|
|
778
790
|
|
|
779
791
|
.info-title {
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
// menu content
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
3
|
.ac-menu-item {
|
|
6
4
|
.ac-nav-button {
|
|
7
5
|
width: 32px;
|
|
@@ -58,8 +56,6 @@
|
|
|
58
56
|
border-radius: 50%;
|
|
59
57
|
overflow: hidden;
|
|
60
58
|
border: 2px solid $primary-90;
|
|
61
|
-
|
|
62
|
-
|
|
63
59
|
}
|
|
64
60
|
i.fa {
|
|
65
61
|
padding-left: 8px;
|
|
@@ -341,7 +337,7 @@
|
|
|
341
337
|
}
|
|
342
338
|
|
|
343
339
|
.list-items {
|
|
344
|
-
max-height: calc(100vh -
|
|
340
|
+
max-height: calc(100vh - 200px);
|
|
345
341
|
overflow-y: auto;
|
|
346
342
|
li {
|
|
347
343
|
&.is-close {
|
|
@@ -410,7 +406,6 @@
|
|
|
410
406
|
transform: rotate(45deg);
|
|
411
407
|
box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.16);
|
|
412
408
|
z-index: -1;
|
|
413
|
-
|
|
414
409
|
}
|
|
415
410
|
}
|
|
416
411
|
}
|