|
|
|
@ -10,7 +10,7 @@ |
|
|
|
<div class="rb-relative rb-pr-5 rb-pt-5"> |
|
|
|
|
|
|
|
<div class="rb-absolute rb-inset-0 rb-pl-5 rb-pb-5"> |
|
|
|
<div class="rb-w-full rb-h-full rb-border-orange-600 rb-border"></div> |
|
|
|
<div class="rb-w-full rb-h-full rb-border-orange-600 rb-border" style="border-color: <?php echo get_field('cor') ?> !important"></div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="rb-relative rb-flex rb-flex-col rb-space-y-3"> |
|
|
|
@ -27,11 +27,12 @@ |
|
|
|
href="<?php echo is_user_logged_in() ? get_field('arquivo-online')['url'] : '#'; ?>" |
|
|
|
target="<?php echo is_user_logged_in() ? '_blank' : '_self'; ?>" |
|
|
|
class="rb-block rb-text-xs rb-text-white rb-text-center rb-font-bold rb-uppercase rb-no-underline rb-bg-orange-600 rb-px-3 rb-py-3 hover:rb-shadow-lg rb-transition-shadow rb-duration-200 rb-ease-in-out" |
|
|
|
style="background-color: <?php echo get_field('cor') ?> !important" |
|
|
|
<?php if (! is_user_logged_in()): ?>
|
|
|
|
data-toggle="modal" |
|
|
|
data-target="#modal-login" |
|
|
|
data-redirect="<?php echo get_field('arquivo-online')['url']; ?>" |
|
|
|
<?php elseif (get_field('tag-mailchimp')): ?>
|
|
|
|
<?php elseif (get_field('tag-mailchimp', $post_id)): ?>
|
|
|
|
@click="$dispatch('reuna-mailchimp-subscribe', { tags: ['<?php echo get_field('tag-mailchimp'); ?>'] })" |
|
|
|
<?php endif; ?>
|
|
|
|
> |
|
|
|
@ -44,11 +45,12 @@ |
|
|
|
href="<?php echo is_user_logged_in() ? get_field('arquivo-impressao')['url'] : '#'; ?>" |
|
|
|
target="<?php echo is_user_logged_in() ? '_blank' : '_self'; ?>" |
|
|
|
class="rb-block rb-text-xs rb-text-white rb-text-center rb-font-bold rb-uppercase rb-no-underline rb-bg-orange-600 rb-px-3 rb-py-3 hover:rb-shadow-lg rb-transition-shadow rb-duration-200 rb-ease-in-out" |
|
|
|
style="background-color: <?php echo get_field('cor') ?> !important" |
|
|
|
<?php if (! is_user_logged_in()): ?>
|
|
|
|
data-toggle="modal" |
|
|
|
data-target="#modal-login" |
|
|
|
data-redirect="<?php echo get_field('arquivo-impressao')['url']; ?>" |
|
|
|
<?php elseif (get_field('tag-mailchimp')): ?>
|
|
|
|
<?php elseif (get_field('tag-mailchimp', $post_id)): ?>
|
|
|
|
@click="$dispatch('reuna-mailchimp-subscribe', { tags: ['<?php echo get_field('tag-mailchimp'); ?>'] })" |
|
|
|
<?php endif; ?>
|
|
|
|
> |
|
|
|
|