1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/components/lab/LabBottomPanel/styles.module.scss
2021-03-30 17:49:17 +07:00

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;
}
}