handle special TM trademark styling that would not work from CMS
This commit is contained in:
parent
bc9912e990
commit
aafdfe7f5b
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue