@internetstiftelsen/styleguide 5.0.9 → 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
|
@@ -113,6 +113,13 @@
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
@include bem.e(first-col) {
|
|
117
|
+
width: 100px;
|
|
118
|
+
|
|
119
|
+
@include breakpoint.bp-up(md) {
|
|
120
|
+
width: 130px;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
116
123
|
}
|
|
117
124
|
|
|
118
125
|
@include bem.e(info) {
|
|
@@ -126,4 +133,11 @@
|
|
|
126
133
|
display: none;
|
|
127
134
|
}
|
|
128
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
|
+
}
|
|
129
143
|
}
|