mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
b54576564b
Have the page hide the sidebar at 982px, when there is not enough room for both (and when vector switches down to SD). Make inbox responsive when resizing. Change-Id: I3daae156d1ebb0619090d466caa5138d0d98e937
35 lines
743 B
Plaintext
35 lines
743 B
Plaintext
@badge-padding: 0.12em;
|
|
@badge-icon-size: 1.1em;
|
|
@badge-distance-adjustment: 1em;
|
|
|
|
@notification-background-unseen: #dce8ff;
|
|
@notification-background-unread: white;
|
|
@notification-background-read: #f1f1f1;
|
|
|
|
@badge-counter-background-seen: #71777D;
|
|
@badge-counter-background-unseen-alert: #c33;
|
|
@badge-counter-background-unseen-message: #36c;
|
|
|
|
@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-hd-width: 982px;
|
|
|
|
@specialpage-width: 1000px;
|
|
|
|
@grey-light: #777;
|
|
@grey-medium: #555;
|
|
@grey-dark: #333;
|
|
@grey-darkest: #000;
|
|
|
|
@border-color: #ccc;
|