@appscode/design-system 2.0.25 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.25",
3
+ "version": "2.0.26-alpha.1",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -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
  }