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 {
|
&.in-progress {
|
||||||
background-image: image-url("icons/in-progress-blue.svg");
|
background-image: image-url("icons/in-progress-blue.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.bubble {
|
||||||
|
background-image: image-url("icons/bubble.svg");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
%p= avis.introduction
|
%p= avis.introduction
|
||||||
|
|
||||||
.answer.flex.align-start
|
.answer.flex.align-start
|
||||||
= image_tag 'icons/bubble.svg', class: 'avis-icon'
|
%i.bubble.avis-icon
|
||||||
.width-100
|
.width-100
|
||||||
%h2.gestionnaire
|
%h2.gestionnaire
|
||||||
= avis.gestionnaire.email
|
= avis.gestionnaire.email
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
%i.without-continuation
|
%i.without-continuation
|
||||||
%i.edit
|
%i.edit
|
||||||
%i.in-progress
|
%i.in-progress
|
||||||
|
%i.bubble
|
||||||
|
|
||||||
%h1 Formulaires
|
%h1 Formulaires
|
||||||
|
|
||||||
|
@ -180,7 +181,7 @@
|
||||||
%p Bonjour, merci de me donner votre avis sur ce dossier.
|
%p Bonjour, merci de me donner votre avis sur ce dossier.
|
||||||
|
|
||||||
.answer.flex.align-start
|
.answer.flex.align-start
|
||||||
= image_tag 'icons/bubble.svg', class: 'avis-icon'
|
%i.bubble.avis-icon
|
||||||
.width-100
|
.width-100
|
||||||
%h2.gestionnaire
|
%h2.gestionnaire
|
||||||
gestionnnaire@tps.com
|
gestionnnaire@tps.com
|
||||||
|
|
Loading…
Add table
Reference in a new issue