mediawiki-extensions-Echo/modules/echo.variables.less
Roan Kattouw b80af26409 Set opacity:0.8; on the buttons in the footer of the notification popup too
Bug: T119378
Change-Id: I061d06dc13886618434b7022fc84f59feeaa426e
2016-01-18 14:28:19 -08:00

18 lines
495 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;
@opacity-mid: 0.8;