1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

comments mock

This commit is contained in:
muerwre 2019-07-26 18:26:35 +07:00
parent bdf7ba1ccb
commit 2a6604afaf
18 changed files with 340 additions and 12 deletions

View file

@ -15,7 +15,6 @@ const Cell: FC<IProps> = ({
height = 1,
title,
is_hero,
is_stamp,
}) => (
<div
className={classNames(styles.cell, { is_hero })}

View file

@ -9,7 +9,7 @@
&:global(.is_hero) {
.title {
font-size: 48px;
font: $font_hero_title;
}
}
@ -17,9 +17,7 @@
}
.title {
font-family: $font;
font-weight: 700;
font-size: 24px;
font: $font_cell_title;
text-transform: uppercase;
height: 1em;

View file

@ -1,7 +1,6 @@
$cols: $content_width / $cell;
.grid {
//display: grid;
padding: $gap / 2;
margin: 0 (-$gap / 2);
}