FEAT Added new GSM pictogram SVG and updated CSS for GSM card styling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a27deac7c5
commit
c035793073
26
resources/img/pictogrammes/Homegrade_repertoire-gsm.svg
Normal file
26
resources/img/pictogrammes/Homegrade_repertoire-gsm.svg
Normal 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 |
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user