mediawiki-extensions-Echo/modules/echo.variables.less
Roan Kattouw 1b1fb5b9c7 Follow-up 88d6f01c33: postpone greying out notification bodies for now
We want to wait until we have done T121950.

Change-Id: I46d37e2c4c9fb719e236ae6af4e2b15dbac7b1ba
2016-01-12 14:38:15 -08:00

18 lines
477 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: #666;
// HACK: Temporarily make body-color the same as text-color until
// Flow notifications have been redone (T121950)
//@notification-body-color: #888;
@notification-body-color: #666;
@notification-popup-width: 450px;
@opacity-low: 0.5;