cnil: adapt form validation page (#38472)

This commit is contained in:
Frédéric Péters 2019-12-17 09:49:04 +01:00
parent 7b47821e11
commit 8d7fdbcffc
1 changed files with 23 additions and 5 deletions

View File

@ -196,18 +196,30 @@ div#rub_service div#tracking-code {
}
}
form.quixote {
div.form-validation {
div.page {
background: $lightgray;
}
div.title label {
font-weight: bold;
}
input[readonly], select[readonly], textarea[readonly] {
border-width: 0 0 3px 0;
}
}
div.large #rub_service form.quixote {
h3, h4 {
clear: both;
margin: 25px 0;
text-align: left;
font-size: 32px;
font-weight: normal;
font-size: 26px;
line-height: 40px;
color: #333333;
color: $darkgray;
border-bottom: none;
}
h4 {
font-size: 28px;
font-size: 22px;
}
div.buttons {
text-align: center;
@ -358,3 +370,9 @@ div#rub_service #steps ~ form {
}
}
}
.text-check-before-submit {
text-align: center;
font-size: 20px;
font-style: italic;
}