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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user