.q-field--outlined .q-field__control {
border-radius: {{reactiveFormSchema.theme.inputs.cornersRadius}}px;
}
.q-field--outlined .q-field__control {
background-color: rgba({{reactiveFormSchema.theme.inputs.fill < 0 ? '0,0,0' : '255,255,255'}},{{reactiveFormSchema.theme.inputs.fill/100*(reactiveFormSchema.theme.inputs.fill<0?-1:1)}});
}
.ty-signature canvas {
border-radius: {{reactiveFormSchema.theme.inputs.cornersRadius}}px;
border: 1px solid #c2c2c2;
background-color: #fff;
}
{{reactiveFormSchema.theme.inputs.textColor ?
`.ty-select .q-field__inner .q-field__native {
color: ${reactiveFormSchema.theme.inputs.textColor};
}` : ''
}}
.ty-label {
font-size: {{(100 + reactiveFormSchema.theme.inputs.labelSize)/100}}em;
color: {{reactiveFormSchema.theme.inputs.labelTextColor || '#000'}};
}
.ty-select .q-field__inner .q-field__native {
color: {{reactiveFormSchema.theme.inputs.textColor}};
}
.min-height-100p {
min-height: 100%;
}
.full-height-100vh {
min-height:100vh;
}
.ty-submit-btn {
color: {{reactiveFormSchema.theme.buttons.textColor || '#000000'}}
}
.ty-back-btn {
color: {{reactiveFormSchema.theme.buttons.backTextColor || '#000000'}}
}
.ty-rating .q-rating .q-rating__icon-container {
margin-right: 10px
}
.ty-hint {
font-size: 0.85rem
}
{{ page.header }}
{{ page.subHeader }}
{{ page.header }}
{{ page.subHeader }}