mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
0340611b72
This is to make sure that concatenation of text inside items works properly given CSS table-layout. Bug: T138433 Change-Id: Iae32cbf82cdb91880c7ccd7df14d167eb75527cf
29 lines
578 B
Plaintext
29 lines
578 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: 0.7em;
|
|
@notification-popup-width: 500px;
|
|
|
|
@opacity-low: 0.5;
|
|
@opacity-mid: 0.8;
|
|
|
|
@specialpage-separation-unit: 0.7em;
|
|
@specialpage-sidebar-width: 20em;
|
|
|
|
@specialpage-width: 700px;
|
|
|
|
@grey-light: #777;
|
|
@grey-medium: #555;
|
|
@grey-dark: #333;
|
|
@grey-darkest: #000;
|
|
|
|
@border-color: #ccc;
|