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