1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

related items without cover now has letters

This commit is contained in:
Fedor Katurov 2020-04-08 15:36:27 +07:00
parent 0f3ac203f7
commit eade3efc7c
4 changed files with 34 additions and 5 deletions

View file

@ -4,6 +4,7 @@
border-radius: $cell_radius;
cursor: pointer;
position: relative;
width: 100%;
img {
position: absolute;
@ -28,3 +29,16 @@
opacity: 1;
}
}
.letters {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
font: $font_24_semibold;
opacity: 0.2;
}