handle special TM trademark styling that would not work from CMS

This commit is contained in:
AdamCaouetteSafelite 2025-08-07 14:08:31 -04:00
parent bc9912e990
commit aafdfe7f5b

View file

@ -9,6 +9,7 @@
isRequired
insertOrLabelBeforeFinalOption
groupName="chooseDropOffOrInshop"
class="choose-dropoff-or-inshop"
validationRules="time-slot-required">
<div>
<alert
@ -652,6 +653,11 @@ export default {
margin-bottom: 8px;
}
}
.button-question.choose-dropoff-or-inshop .button-inner-wrapper .col:first-child .button-content.list-button-content > span::after {
content: "TM";
vertical-align: super;
font-size: 50%;
}
.waitlist {
box-shadow: 0px 1px 4px 0px #00000033;
border-radius: 8px;