1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed message delete appearance

This commit is contained in:
Fedor Katurov 2020-09-08 13:27:00 +07:00
parent c2ebde069d
commit 3f3c1516c8
7 changed files with 69 additions and 8 deletions

View file

@ -87,3 +87,15 @@ $outgoing_color: $comment_bg;
padding: 2px $gap;
border-radius: $radius;
}
.restore {
color: $red;
fill: $red;
}
.deleted {
background: mix($red, $content_bg, 50%);
border-radius: $radius $radius $radius 0;
padding: $gap / 2;
z-index: 2;
}