[ui] icone SVG

master
erational 3 years ago
parent 2504615c04
commit 7b18c10614

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<circle cx="32" cy="32" r="28" fill="#666"/>
<circle cx="32" cy="32" r="22" fill="#fff"/>
<path d="M29.2 40.4V46h5.6v-5.6h-5.6zm5.6-4.6c5.2-1.6 8.1-7 6.6-12.2-1.2-4.1-5-7-9.4-7-4.7 0-8.7 3.3-9.6 7.9l5.5 1.1c.5-2.3 2.7-3.7 4.9-3.3 2.3.5 3.7 2.7 3.3 4.9-.4 2-2.1 3.4-4.1 3.4-1.5 0-2.8 1.3-2.8 2.8v4.2h5.6v-1.8z" fill="#1d83d4"/>
</svg>

After

Width:  |  Height:  |  Size: 424 B

@ -1,6 +1,6 @@
<div class="formulaire_spip formulaire_configurer formulaire_#FORM">
<h3 class="titrem"><:faq:titre_form_configurer:></h3>
<img src="#CHEMIN_IMAGE{faq-24.png}" class="cadre-icone" />
<h3 class="titrem"><img src="#CHEMIN_IMAGE{faq-24.png}" class="cadre-icone" /><:faq:titre_form_configurer:></h3>
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV**{message_ok})</p>]
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<circle cx="32" cy="32" r="28" fill="#666"/>
<circle cx="32" cy="32" r="22" fill="#fff"/>
<path d="M29.2 40.4V46h5.6v-5.6h-5.6zm5.6-4.6c5.2-1.6 8.1-7 6.6-12.2-1.2-4.1-5-7-9.4-7-4.7 0-8.7 3.3-9.6 7.9l5.5 1.1c.5-2.3 2.7-3.7 4.9-3.3 2.3.5 3.7 2.7 3.3 4.9-.4 2-2.1 3.4-4.1 3.4-1.5 0-2.8 1.3-2.8 2.8v4.2h5.6v-1.8z" fill="#1d83d4"/>
</svg>

After

Width:  |  Height:  |  Size: 424 B

Loading…
Cancel
Save