dossier: improve styling of finished dossier infos

This commit is contained in:
Pierre de La Morinerie 2018-09-17 14:02:58 +00:00
parent a7cb4b6514
commit de07171acd
2 changed files with 34 additions and 23 deletions

View file

@ -55,18 +55,28 @@
margin: auto;
}
h3 {
font-size: 1.1em;
font-weight: bold;
margin-bottom: $default-spacer;
}
p {
margin-bottom: $default-padding;
}
.decision {
font-size: 1.2em;
margin-top: $default-padding * 3;
margin-bottom: $default-padding * 3;
}
.icon {
margin-right: $default-spacer;
}
h3 {
font-weight: bold;
margin-bottom: $default-spacer;
}
blockquote {
quotes: "« " " »" "" "";
margin-bottom: $default-padding * 3;
}
blockquote::before {
@ -77,7 +87,7 @@
content: close-quote;
}
.icon {
margin-right: $default-spacer;
.action {
margin-bottom: $default-padding * 3;
}
}