Implement the rest of the welcome step

This commit is contained in:
inpsyde-maticluznar 2024-10-23 08:56:47 +02:00
parent 02ba0b1d48
commit 32bf8a76ec
No known key found for this signature in database
GPG key ID: D005973F231309F6
46 changed files with 933 additions and 2 deletions

View file

@ -0,0 +1,13 @@
$color-white: #fff;
$color-blue: #1D35B4;
$color-blueberry: #3858E9;
$color-gray-900: #1E1E1E;
$color-gray-800: #2F2F2F;
$color-gray-700: #757575;
$color-gray-600: #949494;
$color-gray-500: #BBBBBB;
$color-gray-200: #E0E0E0;
$color-gray: #646970;
$shadow-card: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
$gradient-header: linear-gradient(87.03deg, #003087 -0.49%, #001E51 29.22%, #001435 100%);