Make sure welcome back only shows once and improve margins

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-14 14:25:08 +02:00
parent b200b1c2b2
commit cad508a9bb
3 changed files with 22 additions and 6 deletions

View File

@@ -99,13 +99,20 @@ $mdi-font-path: "~@mdi/font/fonts";
body {
// background: #f7f8fa;
background: #ebebeb;
main {
margin: 1rem auto;
}
}
#mobilizon > .container > .message .message-header {
button.delete {
background: #4a4a4a;
}
#mobilizon > .container > .message {
margin: 1rem auto auto;
.message-header {
button.delete {
background: #4a4a4a;
}
color: #111;
color: #111;
}
}
</style>