Message fixes

This commit is contained in:
Ludovic Stephan 2020-07-20 19:06:19 +02:00
parent e64f405299
commit c8c8c6abc8
8 changed files with 27 additions and 32 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -99,22 +99,9 @@ input[type="submit"] {
/* --- Message styling --- */
.error {
background: red;
color: white;
width: 100%;
.notification {
padding: 0.5em 0;
margin: 0;
font-size: 1.2em;
text-align: center;
}
.success {
background: green;
color: white;
width: 100%;
padding: 0.5em 0;
margin: 0;
font-size: 1.2em;
text-align: center;
}