Avis Style: replace bubble image tag by the i tag
This commit is contained in:
parent
c93feb27f0
commit
c9f69e9693
3 changed files with 7 additions and 2 deletions
|
@ -44,4 +44,8 @@ i {
|
|||
&.in-progress {
|
||||
background-image: image-url("icons/in-progress-blue.svg");
|
||||
}
|
||||
|
||||
&.bubble {
|
||||
background-image: image-url("icons/bubble.svg");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
%p= avis.introduction
|
||||
|
||||
.answer.flex.align-start
|
||||
= image_tag 'icons/bubble.svg', class: 'avis-icon'
|
||||
%i.bubble.avis-icon
|
||||
.width-100
|
||||
%h2.gestionnaire
|
||||
= avis.gestionnaire.email
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
%i.without-continuation
|
||||
%i.edit
|
||||
%i.in-progress
|
||||
%i.bubble
|
||||
|
||||
%h1 Formulaires
|
||||
|
||||
|
@ -180,7 +181,7 @@
|
|||
%p Bonjour, merci de me donner votre avis sur ce dossier.
|
||||
|
||||
.answer.flex.align-start
|
||||
= image_tag 'icons/bubble.svg', class: 'avis-icon'
|
||||
%i.bubble.avis-icon
|
||||
.width-100
|
||||
%h2.gestionnaire
|
||||
gestionnnaire@tps.com
|
||||
|
|
Loading…
Reference in a new issue