@appscode/design-system 2.0.25 → 2.0.26-alpha.2

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.25",
3
+ "version": "2.0.26-alpha.2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -776,10 +776,11 @@ body:has(.has-info-content) {
776
776
  }
777
777
  }
778
778
  .information-center {
779
- min-height: calc(100vh - 0px);
779
+ height: 100vh;
780
+ overflow-y: auto;
780
781
  padding: 20px;
781
782
  border-left: 1px solid hsl(208, 77%, 90%);
782
- width: 330px;
783
+ width: 550px;
783
784
  margin-left: auto;
784
785
  position: fixed;
785
786
  right: 0;
@@ -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 - 100px);
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
  }