|
@@ -0,0 +1,24 @@
|
|
|
+@mixin global-variables() {
|
|
|
+
|
|
|
+ /* Colors */
|
|
|
+ --wp--preset--color--primary: #CD2220;
|
|
|
+ --wp--preset--color--primary-hover: #303030;
|
|
|
+ --wp--preset--color--secondary: #007AB7;
|
|
|
+ --wp--preset--color--secondary-hover: #303030;
|
|
|
+ --wp--preset--color--foreground: #303030;
|
|
|
+ --wp--preset--color--foreground-low-contrast: #757575;
|
|
|
+ --wp--preset--color--foreground-high-contrast: #101010;
|
|
|
+ --wp--preset--color--background: #ffffff;
|
|
|
+ --wp--preset--color--background-low-contrast: #E1DFDF;
|
|
|
+ --wp--preset--color--background-high-contrast: #F8F8F8;
|
|
|
+ --wp--preset--color--border: #C5C5C5;
|
|
|
+ --wp--preset--color--border-low-contrast: #A5A5A5;
|
|
|
+ --wp--preset--color--border-high-contrast: #020202;
|
|
|
+ --wp--preset--color--text-selection: #FDE2D4;
|
|
|
+ --wp--preset--color--alert-success: #4caf50;
|
|
|
+ --wp--preset--color--alert-info: #2196f3;
|
|
|
+ --wp--preset--color--alert-warning: #ffc107;
|
|
|
+ --wp--preset--color--alert-error: #CD2220;
|
|
|
+ --wp--preset--color--black: black;
|
|
|
+ --wp--preset--color--white: white;
|
|
|
+}
|