style: remove top/bottom edge margins for paragraphs in big-msg-... (#48952)

This commit is contained in:
Frédéric Péters 2020-11-29 10:20:17 +01:00
parent 453ab78509
commit d8c6758c8d
1 changed files with 6 additions and 0 deletions

View File

@ -673,6 +673,12 @@ div.big-msg-sorry {
&.big-msg-sorry {
background: white url(../images/sorry-icon.png) 5px 15px no-repeat;
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
}
p.paginator {