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"
|
||||
typeStyle="medium"
|
||||
fontWeight="600"
|
||||
class="waitlist-label"
|
||||
marginTopSizeOverride="0" />
|
||||
<checkboxQuestion
|
||||
class="mt-3"
|
||||
|
|
@ -658,6 +659,10 @@ export default {
|
|||
padding: 16px;
|
||||
text-align: left;
|
||||
|
||||
.waitlist-label {
|
||||
font-family: UrbanistSemibold;
|
||||
}
|
||||
|
||||
.ui-checkbox {
|
||||
padding-left: 0px;
|
||||
input {
|
||||
|
|
|
|||
Loading…
Reference in a new issue