1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/node/Comment/styles.scss
2019-10-09 19:30:55 +07:00

15 lines
221 B
SCSS

.text {
padding: $gap / 2;
font-weight: 300;
b {
font-weight: 600;
}
}
.images {
padding: 10px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
column-gap: $grid_line;
}