Make sure welcome back only shows once and improve margins
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user