platypush/platypush/backend/http/webapp/src/style/icons.scss

9 lines
159 B
SCSS
Raw Normal View History

2021-01-05 00:50:24 +01:00
.fa.fa-kodi:before {
content: ' ';
background: url('/icons/kodi.svg');
background-size: 1em 1em;
width: 1em;
height: 1em;
display: inline-block;
}