We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741a9af commit 6c948d1Copy full SHA for 6c948d1
src/sub-blocks/HubspotForm/HubspotForm.scss
@@ -143,21 +143,25 @@ $block: '.#{$ns}hubspot-form';
143
flex-shrink: 0;
144
}
145
146
- span {
+ span:not(.hs-form-required) {
147
color: var(--yc-color-text-primary);
148
font-size: var(--yc-text-body-2-font-size);
149
line-height: 16px;
150
padding-left: 7px;
151
margin: 0;
152
flex-grow: 1;
153
154
+
155
+ .hs-form-required {
156
+ top: 0;
157
+ }
158
159
160
.hs-form-booleancheckbox-display,
161
.hs-form-checkbox-display {
162
position: relative;
163
164
165
&:before {
166
content: '';
167
position: absolute;
0 commit comments