8 lines
106 B
Text
8 lines
106 B
Text
|
img.with-border {
|
||
|
@apply .border .border-solid .border-grey-light;
|
||
|
}
|
||
|
|
||
|
svg {
|
||
|
fill: currentColor;
|
||
|
}
|