FIX Updated GSM link class for consistency and added CSS styling for GSM numbers
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
ce1af5bbc6
commit
a27deac7c5
|
|
@ -46,7 +46,7 @@ $vatNumber = get_field('vat_number', $postID);
|
||||||
<a class="card-artisans__phone" href="tel:<?php echo $phoneNumber ?>"><?php echo $formattedPhoneNumber ?></a>
|
<a class="card-artisans__phone" href="tel:<?php echo $phoneNumber ?>"><?php echo $formattedPhoneNumber ?></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($gsmNumber): ?>
|
<?php if ($gsmNumber): ?>
|
||||||
<a class="card-artisans__fax" href="tel:<?php echo $gsmNumber ?>"><?php echo $formattedGsmNumber ?></a>
|
<a class="card-artisans__gsm" href="tel:<?php echo $gsmNumber ?>"><?php echo $formattedGsmNumber ?></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($faxNumber): ?>
|
<?php if ($faxNumber): ?>
|
||||||
<a class="card-artisans__fax" href="tel:<?php echo $faxNumber ?>"><?php echo $formattedFaxNumber ?></a>
|
<a class="card-artisans__fax" href="tel:<?php echo $faxNumber ?>"><?php echo $formattedFaxNumber ?></a>
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
background-image: url('../resources/img/pictogrammes/Homegrade_repertoire-adresse.svg');
|
background-image: url('../resources/img/pictogrammes/Homegrade_repertoire-adresse.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&__gsm,
|
||||||
&__phone {
|
&__phone {
|
||||||
@apply font-semibold underline-offset-4 inline-flex w-full;
|
@apply font-semibold underline-offset-4 inline-flex w-full;
|
||||||
&:before {
|
&:before {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user