@rypen-dev/shared-components 3.0.7 → 3.0.8

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "3.0.7",
4
+ "version": "3.0.8",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -512,7 +512,7 @@ button,
512
512
  }
513
513
 
514
514
  &.flat {
515
- box-shadow: none;
515
+ box-shadow: none !important;
516
516
  }
517
517
 
518
518
  &.primary {