Use SVG icons from global symbols

Allow to change color and avoid code duplication
This commit is contained in:
2021-11-10 22:57:50 +01:00
parent f1be0b719e
commit 73c9e80a21
20 changed files with 90 additions and 52 deletions

View File

@@ -185,8 +185,10 @@
}
// Icon
img {
.icon {
display: inline-block;
width: 17px;
height: 17px;
margin-top: -5px;
margin-right: 12px;
}