mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 02:00:10 +00:00
19 lines
No EOL
420 B
SCSS
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'); |