atreal-ideau: change title font and color (#59675)

This commit is contained in:
Thomas NOËL 2022-01-18 13:01:59 +01:00
parent 12a338acf3
commit 5db75884f9
2 changed files with 4 additions and 0 deletions

View File

@ -276,6 +276,9 @@ div.links-list ul > li.required-authentication {
// Forms
.form-content--title {
font-size: 2.5em;
}
input[readonly], select[readonly], textarea[readonly] {
background-color: transparent;
}

View File

@ -28,6 +28,7 @@ $columns-gutter: 30px;
// Titres
$title-background: transparent;
$title-color: #235081;
$title-font-family: Lato, "Open Sans", Roboto, sans-serif;
$title-weight: 700;
$title-font-size: 135%;