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/node/Comment/styles.scss
2019-10-12 09:48:35 +07:00

35 lines
503 B
SCSS

@import 'flexbin/flexbin.scss';
.text {
padding: $gap / 2;
font-weight: 300;
font: $font_16_regular;
b {
font-weight: 600;
}
}
.images {
// padding: $gap;
@include flexbin(240px, 10px);
img {
border-radius: $radius;
}
}
.audios {
// padding: $gap;
& > div {
height: 64px;
border-radius: $radius;
background: lighten($color: $comment_bg, $amount: 5%);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
}