FEAT Added new GSM pictogram SVG and updated CSS for GSM card styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-04-09 11:51:05 +02:00
parent a27deac7c5
commit c035793073
2 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="repertoire-gsm" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 34.24 51.86">
<defs>
<style>
.cls-1 {
fill: url(#Dégradé_sans_nom_103);
}
.cls-2 {
fill: none;
stroke: #000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.96px;
}
</style>
<linearGradient id="Dégradé_sans_nom_103" data-name="Dégradé sans nom 103" x1=".17" y1="46.87" x2="34.07" y2="46.87" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#8b2ff7"/>
<stop offset="1" stop-color="#eb79ff"/>
</linearGradient>
</defs>
<path class="cls-1" d="M33.26,41.87H.98c-.45,0-.81.35-.81.78v4.36c0,2.67,2.26,4.85,5.04,4.85h23.83c2.78,0,5.04-2.17,5.04-4.85v-4.36c0-.43-.36-.78-.81-.78Z"/>
<path class="cls-2" d="M33.26,5.05v37.61H.98V5.05C.98,2.8,2.87.98,5.21.98h23.83c2.33,0,4.23,1.82,4.23,4.07Z"/>
<line class="cls-2" x1="11.17" y1="4.76" x2="23.08" y2="4.76"/>
<line class="cls-2" x1=".98" y1="8.48" x2="33.26" y2="8.48"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -39,6 +39,11 @@
background-image: url('../resources/img/pictogrammes/Homegrade_repertoire-telephone.svg');
}
}
&__gsm {
&:after {
background-image: url('../resources/img/pictogrammes/Homegrade_repertoire-gsm.svg');
}
}
&__fax {
@apply font-semibold underline-offset-4 inline-flex w-full;
&:before {