universite-toulon: fix custom icons size (#74900)

This commit is contained in:
Corentin Sechet 2023-03-01 10:36:14 +01:00
parent 3d994bc480
commit 32d31eb871
1 changed files with 3 additions and 1 deletions

View File

@ -294,7 +294,9 @@ div.cell.tracking-code-input-cell {
@mixin icon($name) {
.theme-icon.#{$name}::before {
background-image: url("img/icons/" + $name + ".svg")
background-image: url("img/icons/" + $name + ".svg");
width: 1.2em;
height: 1.2em;
}
}