13 lines
175 B
Sass
13 lines
175 B
Sass
img
|
|
&.with-border
|
|
@apply border border-solid border-grey-light
|
|
|
|
&.with-padding
|
|
@apply p-1
|
|
|
|
&.avatar
|
|
@apply border p-1 rounded-full
|
|
|
|
svg
|
|
fill: currentColor
|