main/app/assets/scss/_icons.scss
Renan Bernordi 88b37a5325 inicio da v2
2025-01-27 14:50:00 -03:00

19 lines
No EOL
420 B
SCSS

// https://icons.getbootstrap.com/
// https://icofont.com/icons
// https://jakearchibald.github.io/svgomg/
// https://yoksel.github.io/url-encoder/
// https://codepen.io/sosuke/pen/Pjoqqp
.icon {
display: inline-block;
vertical-align: -0.125em;
fill: currentcolor;
width: 1em;
height: 1em;
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
@include icon('alice');