kspace-bludit-theme/scss/core/_icons.scss
2024-04-10 20:58:16 +02:00

19 lines
No EOL
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;
}