You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mkbook/style/icons.scss

30 lines
389 B
SCSS

span.icon {
display: flex;
align-items: center;
}
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.icon-arrow-left {
width: 0.875em;
}
.icon-arrow-right {
width: 0.875em;
}
.icon-arrow-up {
width: 0.875em;
}
.icon-list-ol {
width: 1em;
}