mediawiki-extensions-Echo/modules/echo.variables.less
Stephane Bisson f969250b27 Increase contrast between header and body text in notifications
Bug: T125964
Change-Id: Id597f10a624e8b4e92bfc1c1c8c79857f23b598c
2016-02-15 15:45:43 -05:00

18 lines
376 B
Plaintext

@badge-padding: 0.12em;
@badge-icon-size: 1.1em;
@badge-distance-adjustment: -0.4em;
@notification-background-unseen: #dce8ff;
@notification-background-unread: white;
@notification-background-read: #f1f1f1;
@notification-text-color: #111;
@notification-body-color: #777;
@bundle-group-padding: 1em;
@notification-popup-width: 500px;
@opacity-low: 0.5;
@opacity-mid: 0.8;