assets: add the info icon
This commit is contained in:
parent
defee1d2d5
commit
97a92e279b
3 changed files with 7 additions and 0 deletions
1
app/assets/images/icons/info-blue.svg
Normal file
1
app/assets/images/icons/info-blue.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" fill-rule="evenodd"><path d="M0-2h24v24H0z"/><path d="M9 8.011h3M9.011 16.99h5.978M12 8v9" stroke="#0069cc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" fill="#0069cc"/></g></svg>
|
After Width: | Height: | Size: 351 B |
|
@ -84,4 +84,9 @@
|
||||||
&.sign-out {
|
&.sign-out {
|
||||||
background-image: image-url("icons/sign-out.svg");
|
background-image: image-url("icons/sign-out.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.info {
|
||||||
|
background-image: image-url("icons/info-blue.svg");
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
%span.icon.mail
|
%span.icon.mail
|
||||||
%span.icon.search
|
%span.icon.search
|
||||||
%span.icon.sign-out
|
%span.icon.sign-out
|
||||||
|
%span.icon.info
|
||||||
|
|
||||||
%h1 Formulaires
|
%h1 Formulaires
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue