update styles on waitlist
This commit is contained in:
parent
cc0ae31db0
commit
bc9912e990
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
||||||
cmsWidgetName="WaitListLabelWidget"
|
cmsWidgetName="WaitListLabelWidget"
|
||||||
typeStyle="medium"
|
typeStyle="medium"
|
||||||
fontWeight="600"
|
fontWeight="600"
|
||||||
|
class="waitlist-label"
|
||||||
marginTopSizeOverride="0" />
|
marginTopSizeOverride="0" />
|
||||||
<checkboxQuestion
|
<checkboxQuestion
|
||||||
class="mt-3"
|
class="mt-3"
|
||||||
|
|
@ -658,6 +659,10 @@ export default {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
.waitlist-label {
|
||||||
|
font-family: UrbanistSemibold;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-checkbox {
|
.ui-checkbox {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue