Payment cards redesign #2

This commit is contained in:
inpsyde-maticluznar 2024-11-21 11:38:01 +01:00
parent 4bb09bb5b1
commit 9d65194dbd
No known key found for this signature in database
GPG key ID: D005973F231309F6
28 changed files with 350 additions and 230 deletions

View file

@ -11,6 +11,9 @@ $color-gray-400: #CCCCCC;
$color-gray-300: #EBEBEB;
$color-gray-200: #E0E0E0;
$color-gray: #646970;
$color-text-tertiary: #505050;
$color-text-text: #070707;
$color-border:#AEAEAE;
$shadow-card: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
$shadow-selection-box: 0 2px 4px 0 rgba(0, 0, 0, 0.1);