12 lines
162 B
SCSS
12 lines
162 B
SCSS
.jet-blocks-icon {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
text-align: center;
|
|
|
|
svg {
|
|
display: block;
|
|
width: 1em;
|
|
height: 1em;
|
|
fill: currentColor;
|
|
}
|
|
} |