1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

grid recent card initial

This commit is contained in:
Fedor Katurov 2019-10-28 18:41:59 +07:00
parent 746d10ce8b
commit 6f76bec2c0
5 changed files with 65 additions and 8 deletions

View file

@ -73,7 +73,7 @@ $cols: $content_width / $cell;
.stamp {
// grid-row: -1 / 3;
grid-row-end: span 3;
grid-row-end: span 2;
grid-column: -2 / -1;
background: darken($content_bg, 8%);
border-radius: $radius;
@ -82,4 +82,7 @@ $cols: $content_width / $cell;
align-items: center;
justify-content: center;
font: $font_24_semibold;
display: flex;
align-items: stretch;
justify-content: stretch;
}