PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.4
Booking for Appointments and Events Calendar – Amelia v2.4.4
2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / v3 / src / assets / scss / admin / _variables.scss
ameliabooking / v3 / src / assets / scss / admin Last commit date
_variables.scss 6 days ago
_variables.scss
85 lines
1 // Colors
2 // $shade
3 $am-black: #04080b;
4 $am-white: #ffffff;
5 $shade-1000: #0e1920;
6 $shade-900: #1a2c37;
7 $shade-800: #33434c;
8 $shade-700: #4d5b63;
9 $shade-650: #5c728d;
10 $shade-600: #667279;
11 $shade-500: #808a90;
12 $shade-450: #8c959a;
13 $shade-400: #99a1a6;
14 $shade-300: #b3b9bd;
15 $shade-250: #d1d5d7;
16 $shade-200: #e0e2e4;
17 $shade-150: #f0f1f2;
18 $shade-100: #fbfbfb;
19
20 // $blue
21 $blue-1000: #1246d6;
22 $blue-900: #265cf2;
23 $blue-800: #517df5;
24 $blue-700: #7d9df7;
25 $blue-600: #a8befa;
26 $blue-500: #d4defc;
27 $blue-400: #eaeffe;
28 $blue-300: #f4f7fe;
29
30 // $green
31 $green-1000: #019719;
32 $green-900: #1bbc35;
33 $green-850: #1cb854;
34 $green-800: #49c95d;
35 $green-700: #76d786;
36 $green-600: #a4e4ae;
37 $green-500: #d1f2d7;
38 $green-400: #e9f9eb;
39 $green-300: #f3fbf5;
40
41 // $red
42 $red-1000: #b4190f;
43 $red-900: #dc180b;
44 $red-800: #e3463c;
45 $red-700: #ea746d;
46 $red-600: #f1a29d;
47 $red-500: #f8d1ce;
48 $red-400: #fce8e7;
49 $red-300: #fdf3f2;
50
51 // $yellow
52 $yellow-1000: #cca20c;
53 $yellow-900: #ebbc16;
54 $yellow-800: #efc945;
55 $yellow-700: #f3d773;
56 $yellow-600: #f7e4a2;
57 $yellow-500: #fbf2d0;
58 $yellow-400: #fdf9e8;
59 $yellow-300: #fefbf3;
60
61 //$linkedin-blue: #2767C5;
62 //$facebook-blue: #1877F2;
63 //$linkedin-blue-hover: #3C76CB;
64 //$facebook-blue-hover: #2F84F3;
65
66 // Box Shadow
67 $box-shadow-dropdown:
68 0px 1px 1px rgba($shade-900, 0.24),
69 0px 2px 6px rgba($shade-900, 0.17);
70 // TODO - OLD
71 $box-shadow-page-content:
72 0px 2px 7px rgba(11, 7, 58, 0.14),
73 0px 17px 35px rgba(15, 37, 74, 0.1);
74 $box-shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
75 $box-shadow-large: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
76 // TODO - OLD
77
78 // Font
79 //@import "./fonts/inter/inter";
80 //$font-size: 16px;
81 //$font-family: 'Inter';
82
83 // Height
84 //$label-line-height: 1.5rem;
85