Privacy statement specific styling and template.
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 50%;
|
||||
|
||||
.checkbox-container {
|
||||
display: flex;
|
||||
|
||||
label {
|
||||
text-align: left;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
&.consent-checkbox {
|
||||
font-style: italic;
|
||||
padding-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,3 +56,9 @@ form {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
form {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,9 +48,15 @@
|
||||
<%= label form, :accom, "Olen kiinnostunut majoituksesta" %>
|
||||
</div>
|
||||
|
||||
<i>Käsittelemme lomakkeen henkilötietoja<br /><a class="generic-link" href="/privacy">rekisteri- ja tietosuojaselosteessamme</a><br />määritellyllä tavoin.</i>
|
||||
|
||||
<div class="submit-button">
|
||||
<%= submit "Tallenna lomakkeen tiedot osallistuaksesi tapahtumaan" %>
|
||||
<div class="checkbox-container consent-checkbox">
|
||||
<input type="checkbox" required="true" id="privacy-consent" />
|
||||
<label for="privacy-consent">
|
||||
Olen lukenut ja hyväksyn yhteystietojeni käsittelyn
|
||||
<a class="generic-link" href="/privacy">rekisteri- ja tietosuojaselosteessamme</a>
|
||||
määritellyin tavoin.
|
||||
</label>
|
||||
</div>
|
||||
<div div class="submit-button">
|
||||
<%= submit "Lähetä" %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user