pacem-less 0.40.0-corinth → 0.40.0-cosa
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.
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
margin: 0;
|
|
188
188
|
|
|
189
189
|
&.circular,
|
|
190
|
+
&.button-circle,
|
|
190
191
|
&.button-circular {
|
|
191
192
|
// force tp 24px...
|
|
192
193
|
width: @grid_spacing;
|
|
@@ -211,8 +212,8 @@
|
|
|
211
212
|
|
|
212
213
|
&::before {
|
|
213
214
|
font-size: 2* @grid_spacing/3;
|
|
214
|
-
margin-left: -@grid_spacing/3;
|
|
215
|
-
margin-top: $margin-left;
|
|
215
|
+
// margin-left: -@grid_spacing/3;
|
|
216
|
+
// margin-top: $margin-left;
|
|
216
217
|
}
|
|
217
218
|
}
|
|
218
219
|
}
|
package/package.json
CHANGED