qdouze-bludit-theme/scss/core/_icons.scss
2024-04-10 20:54:20 +02:00

15 lines
No EOL
230 B
SCSS
Executable file

.icon {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
color: currentColor;
position: relative;
top: 0.1em;
}
.icon.icon-newspaper-o {
top: 0.15em;
}