@appartmint/mint 4.2.1 → 4.2.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
|
@@ -253,6 +253,15 @@ body {
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
+
&#{class(border)} {
|
|
257
|
+
#{class(logo)} {
|
|
258
|
+
img {
|
|
259
|
+
padding-top: $border-width;
|
|
260
|
+
padding-bottom: $border-width;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
256
265
|
#{controls(wrapper)} {
|
|
257
266
|
display: inline-block;
|
|
258
267
|
position: relative;
|