STYLE Updated CSS for GSM card by changing the pseudo-element from :after to :before for improved visual consistency.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-04-09 11:57:07 +02:00
parent c035793073
commit 1fe7cdc54d

View File

@ -40,7 +40,7 @@
}
}
&__gsm {
&:after {
&:before {
background-image: url('../resources/img/pictogrammes/Homegrade_repertoire-gsm.svg');
}
}