@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.24-alpha.1",
3
+ "version": "2.0.24",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -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: 99999;
776
+ z-index: 9999;
789
777
  box-shadow: -3px 2px 10px 3px rgba(0, 0, 0, 0.1);
790
778
 
791
779
  .info-title {
@@ -145,8 +145,8 @@
145
145
  }
146
146
 
147
147
  .footer-bottom-fixed {
148
- position: fixed !important;
149
- bottom: 8px !important;
148
+ position: fixed!important;
149
+ bottom: 8px!important;
150
150
  width: calc(100% - 280px);
151
151
  border-top: 1px solid $primary-90;
152
152
  padding-top: 8px;