venissieux: adapt color and margins of sub/title fields (#27968, #27969)

This commit is contained in:
Frédéric Péters 2018-11-14 08:59:30 +01:00
parent e6da06eaf0
commit 94c446705c
1 changed files with 6 additions and 1 deletions

View File

@ -201,7 +201,7 @@ div#rub_service {
width: 30px;
}
}
form {
form, div.dataview {
h3, h4 {
font-family: Oswald;
font-weight: 300;
@ -209,6 +209,11 @@ div#rub_service {
}
h3 {
font-size: 22px;
color: $secondary-color;
margin-top: 2rem;
}
h4 {
color: $link-color;
}
}
}