@appscode/design-system 2.5.5 → 2.5.6

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.5.5",
3
+ "version": "2.5.6",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -617,7 +617,11 @@ li {
617
617
  }
618
618
  }
619
619
  }
620
-
620
+ .multiselect__content-wrapper {
621
+ box-shadow:
622
+ 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
623
+ 0 0px 0 1px rgba(10, 10, 10, 0.02);
624
+ }
621
625
  // Customize option group select
622
626
  .multiselect__content {
623
627
  .multiselect__element {