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

comment appearance

This commit is contained in:
Fedor Katurov 2019-10-12 10:13:09 +07:00
parent ee61080f18
commit 1d89029848
4 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
.wrap {
background: $comment_bg;
min-height: 64px;
min-height: $comment_height;
display: flex;
box-shadow: $comment_shadow;
@ -14,13 +14,13 @@
}
.thumb {
flex: 0 0 64px;
flex: 0 0 $comment_height;
background: transparentize(black, 0.9);
border-radius: $panel_radius 0 0 $panel_radius;
}
.thumb_image {
height: 64px;
height: $comment_height;
background: transparentize(white, 0.97);
border-radius: $panel_radius 0 0 $panel_radius;
}