@internetstiftelsen/styleguide 5.0.8 → 5.0.9-beta.0.2
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
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
width: var.$icon-size;
|
|
30
30
|
height: var.$icon-size;
|
|
31
31
|
margin-right: func.rhythm(2);
|
|
32
|
+
|
|
33
|
+
> svg {
|
|
34
|
+
width: var.$icon-size;
|
|
35
|
+
height: var.$icon-size;
|
|
36
|
+
}
|
|
32
37
|
}
|
|
33
38
|
|
|
34
39
|
@include bem.e(status) {
|
|
@@ -89,6 +94,11 @@
|
|
|
89
94
|
@include bem.e(icon) {
|
|
90
95
|
width: var.$icon-size * 1.5;
|
|
91
96
|
height: var.$icon-size * 1.5;
|
|
97
|
+
|
|
98
|
+
> svg {
|
|
99
|
+
width: var.$icon-size * 1.5;
|
|
100
|
+
height: var.$icon-size * 1.5;
|
|
101
|
+
}
|
|
92
102
|
}
|
|
93
103
|
|
|
94
104
|
@include bem.e(input) {
|
|
@@ -111,6 +121,11 @@
|
|
|
111
121
|
@include bem.e(icon) {
|
|
112
122
|
width: var.$icon-size;
|
|
113
123
|
height: var.$icon-size;
|
|
124
|
+
|
|
125
|
+
> svg {
|
|
126
|
+
width: var.$icon-size;
|
|
127
|
+
height: var.$icon-size;
|
|
128
|
+
}
|
|
114
129
|
}
|
|
115
130
|
|
|
116
131
|
@include bem.e(input) {
|