@internetstiftelsen/styleguide 4.0.8-beta.0.5 → 4.0.8-beta.0.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": "@internetstiftelsen/styleguide",
3
- "version": "4.0.8-beta.0.5",
3
+ "version": "4.0.8-beta.0.6",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -401,7 +401,8 @@
401
401
  align-items: stretch;
402
402
  margin: 0 0 rhythm(2) 0;
403
403
 
404
- [class*='a-button'] {
404
+ a[class*='a-button'],
405
+ button[class*='a-button']{
405
406
  margin: 0 rhythm(1) 0 0;
406
407
  flex: 1;
407
408
  padding-top: rhythm(1);