Skip to content
Snippets Groups Projects
Commit 5be9ceb7 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

Merge branch 'feature/ISTWCMS-6288-kpaxman-remove_form_block_padding' into '1.0.x'

ISTWCMS-6288: remove padding on a form in a webform block

See merge request !99
parents d2bc0a30 78753a46
No related branches found
No related tags found
1 merge request!99ISTWCMS-6288: remove padding on a form in a webform block
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
font-size: var(--font-size-00); font-size: var(--font-size-00);
} }
font-weight: 400; font-weight: 400;
.block-webform-block & {
padding: 0;
}
} }
// Don’t style button elements, since they’re often styled as links for // Don’t style button elements, since they’re often styled as links for
// accessible widgets. Use the .button class in components/button. // accessible widgets. Use the .button class in components/button.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment