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

colors for cards

This commit is contained in:
Fedor Katurov 2020-04-15 10:35:35 +07:00
parent d1d1848e07
commit 861fd8d9e3
3 changed files with 71 additions and 6 deletions

View file

@ -40,6 +40,11 @@
width: 100%;
height: 100%;
font: $font_24_semibold;
// opacity: 0.2;
color: #444444;
color: white;
border-radius: $cell_radius;
background-image: linear-gradient(
180deg,
transparentize($content_bg, 0.4),
transparentize($content_bg, 0.4)
);
}