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:
parent
bdf7ba1ccb
commit
2a6604afaf
18 changed files with 340 additions and 12 deletions
|
@ -15,7 +15,6 @@ const Cell: FC<IProps> = ({
|
|||
height = 1,
|
||||
title,
|
||||
is_hero,
|
||||
is_stamp,
|
||||
}) => (
|
||||
<div
|
||||
className={classNames(styles.cell, { is_hero })}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
$cols: $content_width / $cell;
|
||||
|
||||
.grid {
|
||||
//display: grid;
|
||||
padding: $gap / 2;
|
||||
margin: 0 (-$gap / 2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue