15 lines
No EOL
230 B
SCSS
Executable file
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;
|
|
} |