mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
25 lines
388 B
SCSS
25 lines
388 B
SCSS
@import "~/styles/variables.scss";
|
|
|
|
.wrap {
|
|
padding: 0 $gap $gap;
|
|
}
|
|
|
|
.timestamp {
|
|
font: $font_12_regular;
|
|
color: darken(white, 40%);
|
|
}
|
|
|
|
.comments, .like {
|
|
flex: 0;
|
|
font: $font_14_semibold;
|
|
color: darken(white, 50%);
|
|
fill: currentColor;
|
|
stroke: none;
|
|
column-gap: $gap / 2 !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
&.active {
|
|
color: $red;
|
|
}
|
|
}
|