@internetstiftelsen/styleguide 5.0.10 → 5.0.11

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": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -133,4 +133,11 @@
133
133
  display: none;
134
134
  }
135
135
  }
136
+
137
+ @include bem.e(btn-icon) {
138
+ position: static;
139
+ padding-right: 0;
140
+ transform: none;
141
+ margin-left: func.rhythm(1);
142
+ }
136
143
  }