mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-02 08:06:41 +07:00
#23 added comment_count and last_seen to lab
This commit is contained in:
parent
5f938cfa92
commit
e2d1b660cc
6 changed files with 77 additions and 20 deletions
src/components/lab/LabBottomPanel
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue