Add with-padding class for images
This commit is contained in:
parent
638a2ca5c2
commit
5ccc1629b5
|
@ -1,5 +1,8 @@
|
||||||
img.with-border
|
img.with-border
|
||||||
@apply .border .border-solid .border-grey-light
|
@apply .border .border-solid .border-grey-light
|
||||||
|
|
||||||
|
img.with-padding
|
||||||
|
@apply .p-1
|
||||||
|
|
||||||
svg
|
svg
|
||||||
fill: currentColor
|
fill: currentColor
|
||||||
|
|
Loading…
Reference in a new issue