@internetstiftelsen/styleguide 5.0.8 → 5.0.9-beta.0.1
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
|
@@ -89,6 +89,11 @@
|
|
|
89
89
|
@include bem.e(icon) {
|
|
90
90
|
width: var.$icon-size * 1.5;
|
|
91
91
|
height: var.$icon-size * 1.5;
|
|
92
|
+
|
|
93
|
+
> svg {
|
|
94
|
+
width: var.$icon-size * 1.5;
|
|
95
|
+
height: var.$icon-size * 1.5;
|
|
96
|
+
}
|
|
92
97
|
}
|
|
93
98
|
|
|
94
99
|
@include bem.e(input) {
|
|
@@ -111,6 +116,11 @@
|
|
|
111
116
|
@include bem.e(icon) {
|
|
112
117
|
width: var.$icon-size;
|
|
113
118
|
height: var.$icon-size;
|
|
119
|
+
|
|
120
|
+
> svg {
|
|
121
|
+
width: var.$icon-size;
|
|
122
|
+
height: var.$icon-size;
|
|
123
|
+
}
|
|
114
124
|
}
|
|
115
125
|
|
|
116
126
|
@include bem.e(input) {
|