Avis Style: replace bubble image tag by the i tag

This commit is contained in:
Simon Lehericey 2017-09-07 10:30:40 +02:00
parent c93feb27f0
commit c9f69e9693
3 changed files with 7 additions and 2 deletions

View file

@ -44,4 +44,8 @@ i {
&.in-progress {
background-image: image-url("icons/in-progress-blue.svg");
}
&.bubble {
background-image: image-url("icons/bubble.svg");
}
}