N°2847 - Improve fatal error page message

This commit is contained in:
Molkobain
2020-11-19 14:48:36 +01:00
parent 675a408ab9
commit 3cb5f3d07e
3 changed files with 8 additions and 4 deletions

View File

@@ -244,9 +244,6 @@ h3.clickable.open {
font-weight: bold;
margin-right: 5px;
}
~ .message{
margin-top: 6px;
}
&.message-valid{
color: $message-valid-text-color;
background-color: $message-valid-bg-color;
@@ -263,6 +260,9 @@ h3.clickable.open {
border-color: $message-error-border-color;
}
}
*:not(.message) + .message{
margin-top: 6px;
}
.text-valid{
color:$message-valid-text-color
}