@appscode/design-system 2.0.24-alpha.1 → 2.0.24
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,18 +763,6 @@ $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
|
-
}
|
|
778
766
|
.information-center {
|
|
779
767
|
min-height: calc(100vh - 0px);
|
|
780
768
|
padding: 20px;
|
|
@@ -785,7 +773,7 @@ body:has(.has-info-content) {
|
|
|
785
773
|
right: 0;
|
|
786
774
|
background: #fff;
|
|
787
775
|
top: 0;
|
|
788
|
-
z-index:
|
|
776
|
+
z-index: 9999;
|
|
789
777
|
box-shadow: -3px 2px 10px 3px rgba(0, 0, 0, 0.1);
|
|
790
778
|
|
|
791
779
|
.info-title {
|