summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Echo/modules/echo.variables.less')
-rw-r--r--Echo/modules/echo.variables.less19
1 files changed, 12 insertions, 7 deletions
diff --git a/Echo/modules/echo.variables.less b/Echo/modules/echo.variables.less
index a13776a4..2934f4bf 100644
--- a/Echo/modules/echo.variables.less
+++ b/Echo/modules/echo.variables.less
@@ -1,28 +1,31 @@
-// Taken from WikimediaUI base v0.6.1
+// = WikimediaUI base v0.15.0 excerpt
// Background Colors
@background-color-base: #fff;
// Foreground Colors
-@color-base: #222;
-@color-base-active: #000;
-@color-base-emphasized: @color-base-active;
+@color-base: #202122;
+@color-base--active: #000;
+@color-base--emphasized: @color-base--active;
+@color-base--inverted: #fff;
// Primary 'Progressive' Color, Background Color
@background-color-primary: #eaf3ff;
@color-primary: #36c;
// 'Destructive' Color
@color-destructive: #d33;
+// Border
// Border Colors
@border-color-heading: #c8ccd1;
+// Border Radius
+@border-radius-base: 2px;
-// Echo's original variables
+// = Echo's original variables
@grey-light: #72777d;
@grey-medium: #54595d;
@badge-padding: 0.12em;
@badge-icon-size: 1.1em;
@badge-distance-adjustment: 1em;
-@badge-offscreen-offset: 1000px;
@notification-item-background-read: #eaecf0;
@@ -34,7 +37,7 @@
@badge-counter-background-unseen-alert: @color-destructive;
@badge-counter-background-unseen-message: @color-primary;
-@notification-text-color: @color-base-emphasized;
+@notification-text-color: @color-base--emphasized;
@notification-body-color: @grey-light;
@bundle-group-padding: 0.7em;
@@ -50,4 +53,6 @@
@specialpage-width: 1000px;
+@background-color-popup-confirmation: #202122;
+
@border-color: @border-color-heading;