Change postcode modal.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
.postcode_modal {
|
.postcode_modal {
|
||||||
border-radius: 20px;
|
border-radius: 5px;
|
||||||
box-shadow(10px);
|
box-shadow(10px);
|
||||||
border: none;
|
border: none;
|
||||||
max-width: 80ch;
|
max-width: 80ch;
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ function render_dialog_html()
|
|||||||
?>
|
?>
|
||||||
<dialog id="postcode_modal" class="postcode_modal" closedby="none">
|
<dialog id="postcode_modal" class="postcode_modal" closedby="none">
|
||||||
<h2>Vul je postcode en huisnummer in.</h2>
|
<h2>Vul je postcode en huisnummer in.</h2>
|
||||||
|
<p>Onze prijzen zijn afhankelijk van de regio. Vul daarom de postcode en het huisnummer in om de exacte prijzen te bekijken</p>
|
||||||
<form id="postcode_modal_form" method="post" action="" novalidation>
|
<form id="postcode_modal_form" method="post" action="" novalidation>
|
||||||
<div class="form_fields">
|
<div class="form_fields">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user