|
|
@@ -17,6 +17,7 @@
|
|
|
.tsu-newsletter-block-layout-right-wrapper {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+ margin-block-start: unset;
|
|
|
}
|
|
|
|
|
|
.tsu-newsletter-privacy {
|
|
|
@@ -115,15 +116,15 @@
|
|
|
</script>
|
|
|
|
|
|
|
|
|
-<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
|
|
|
+<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="margin-block-start: unset;">
|
|
|
<div id="messages">
|
|
|
|
|
|
</div>
|
|
|
<form id="newsletter-form" class="is-layout-flex tsu-newsletter-block-layout-right-wrapper">
|
|
|
<label for="email" style="display: none;">Adres e-mail</label>
|
|
|
- <input id="email" name="email" type="email" class="tsu-newsletter-block-input-custom-class"
|
|
|
- placeholder="<?php _e('Adres e-mail...', 'aiac'); ?>" style="flex-grow: 3" required>
|
|
|
- <div class="wp-block-buttons wp-block-buttons-is-layout-flex" style="flex-grow: 1">
|
|
|
+ <input id="email" name="email" type="email" style="flex-grow: 3;" class="tsu-newsletter-block-input-custom-class"
|
|
|
+ placeholder="<?php _e('Adres e-mail...', 'aiac'); ?>" required>
|
|
|
+ <div class="wp-block-buttons wp-block-buttons-is-layout-flex">
|
|
|
<div class="wp-block-button has-custom-font-size has-small-font-size">
|
|
|
<a href="#" id="submit-newsletter-form" class="wp-block-button__link wp-element-button"
|
|
|
style="border-radius:12px">
|