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:
parent
d1d1848e07
commit
861fd8d9e3
3 changed files with 71 additions and 6 deletions
|
@ -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)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue