@appscode/design-system 1.0.43-alpha.88 → 1.0.43-alpha.89

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.
@@ -790,7 +790,11 @@ input#captcha {
790
790
  label {
791
791
  color: $ac-label-text;
792
792
  }
793
+ .button.is-information:focus{
794
+ background-color: $dark-bg-light;
795
+ }
793
796
  }
797
+
794
798
  }
795
799
  // dark theme end
796
800
  /****************************************
@@ -1,4 +1,6 @@
1
1
  .ac-system-left-sidebar {
2
+ min-height: calc(100vh - 50px);
3
+
2
4
  &.is-expanded {
3
5
  .ac-left-sidebar-wrapper {
4
6
  &.style-2 {
@@ -379,7 +381,7 @@
379
381
 
380
382
  // commented out to set full width select box when right content is not present
381
383
  // width: 234px;
382
-
384
+
383
385
  left: 0px;
384
386
  top: -5px;
385
387
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.88",
3
+ "version": "1.0.43-alpha.89",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {