mediawiki-extensions-Echo/modules/echo.variables.less
Albert221 c6388532c0 Better color to represent read notifications
Replace color of read notification background
in notifications list with Base 80, also
slightly increase opacity of timestamp to
be more visible.

Bug: T78594
Change-Id: I93e26a9eb7e01a8b46bcac8b7ed72ddf06a63f30
2017-12-09 02:11:08 +01:00

54 lines
1.3 KiB
Plaintext

// Taken from WikimediaUI base v0.6.1
// Background Colors
@background-color-base: #fff;
// Foreground Colors
@color-base: #222;
@color-base-active: #000;
@color-base-emphasized: @color-base-active;
// Primary 'Progressive' Color, Background Color
@background-color-primary: #eaf3ff;
@color-primary: #36c;
// 'Destructive' Color
@color-destructive: #d33;
// Border Colors
@border-color-heading: #c8ccd1;
// 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;
@notification-background-unseen: #dce8ff;
@notification-background-unread: @background-color-base;
@notification-background-read: #eaecf0;
@badge-counter-background-seen: @grey-light;
@badge-counter-background-unseen-alert: @color-destructive;
@badge-counter-background-unseen-message: @color-primary;
@notification-text-color: @color-base-emphasized;
@notification-body-color: @grey-light;
@bundle-group-padding: 0.7em;
@notification-popup-width: 500px;
@opacity-low: 0.6;
@opacity-mid: 0.8;
@specialpage-separation-unit: 0.7em;
@specialpage-sidebar-width: 20em;
@specialpage-hd-width: 982px;
@specialpage-width: 1000px;
@border-color: @border-color-heading;