1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-02 08:06:41 +07:00

added comment_count and last_seen to lab

This commit is contained in:
Fedor Katurov 2021-03-24 17:11:37 +07:00
parent 5f938cfa92
commit e2d1b660cc
6 changed files with 77 additions and 20 deletions
src/components/lab/LabBottomPanel

View file

@ -8,3 +8,20 @@
font: $font_12_regular;
color: darken(white, 40%);
}
.comments.comments {
flex: 0;
font: $font_16_semibold;
color: darken(white, 50%);
fill: currentColor;
stroke: none;
column-gap: $gap / 2 !important;
&.active {
color: $red;
}
}
.like {
}