Privacy statement specific styling and template.

This commit is contained in:
codevictory
2021-05-19 00:24:30 +03:00
parent a7a56c763c
commit 0d7aa796ce
2 changed files with 23 additions and 4 deletions

View File

@@ -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%;
}
}