mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Implement the rest of the welcome step
This commit is contained in:
parent
02ba0b1d48
commit
32bf8a76ec
46 changed files with 933 additions and 2 deletions
13
modules/ppcp-settings/resources/css/_variables.scss
Normal file
13
modules/ppcp-settings/resources/css/_variables.scss
Normal 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%);
|
Loading…
Add table
Add a link
Reference in a new issue