Compare commits

...

3 Commits

Author SHA1 Message Date
95fb14620a newsletter display none 2025-11-25 10:22:32 +01:00
22a45e4add change text clés en main 2025-11-25 10:22:32 +01:00
f2f96d81f1 remove contenu du bandeau newsletter home mais laisse fond bleu 2025-11-25 10:22:32 +01:00
4 changed files with 145 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -623,6 +623,7 @@
#newsletter{ #newsletter{
display: none !important;
padding: 20px 0; padding: 20px 0;
background: $light-blue; background: $light-blue;
/* LOADER */ /* LOADER */

View File

@@ -24,4 +24,4 @@
margin-bottom: 1rem; margin-bottom: 1rem;
} }
} }
} }

View File

@@ -1,6 +1,6 @@
<section id="newsletter"> <section id="newsletter">
<div id="mlb2-985974" class="ml-form-embedContainer ml-subscribe-form ml-subscribe-form-985974"> {# <div id="mlb2-985974" class="ml-form-embedContainer ml-subscribe-form ml-subscribe-form-985974">
<div class="ml-form-align-center "> <div class="ml-form-align-center ">
<div class="ml-form-embedWrapper embedForm"> <div class="ml-form-embedWrapper embedForm">
<div class="ml-form-embedBody ml-form-embedBodyHorizontal row-form"> <div class="ml-form-embedBody ml-form-embedBodyHorizontal row-form">
@@ -56,5 +56,5 @@
} }
</script> </script>
<img src="https://track.mailerlite.com/webforms/o/985974/i3m7u8?vd890ed88b3a28c805acc70e1a88fa27c" width="1" height="1" style="max-width: 1px; max-height: 1px; visibility: hidden; padding: 0; margin: 0; display: block;" border="0"> <img src="https://track.mailerlite.com/webforms/o/985974/i3m7u8?vd890ed88b3a28c805acc70e1a88fa27c" width="1" height="1" style="max-width: 1px; max-height: 1px; visibility: hidden; padding: 0; margin: 0; display: block;" border="0">
<script src="https://static.mailerlite.com/js/w/webforms.min.js?vd890ed88b3a28c805acc70e1a88fa27c" type="text/javascript"></script> <script src="https://static.mailerlite.com/js/w/webforms.min.js?vd890ed88b3a28c805acc70e1a88fa27c" type="text/javascript"></script> #}
</section> </section>