19 lines
250 B
SCSS
19 lines
250 B
SCSS
|
.icon {
|
||
|
display: inline-block;
|
||
|
width: 1em;
|
||
|
height: 1em;
|
||
|
stroke-width: 0;
|
||
|
stroke: currentColor;
|
||
|
fill: currentColor;
|
||
|
color: currentColor;
|
||
|
position: relative;
|
||
|
top: 0.1em;
|
||
|
}
|
||
|
|
||
|
.social .icon {
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.toolbar .icon {
|
||
|
top: 0.2em;
|
||
|
}
|