13 lines
182 B
Sass
13 lines
182 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
|