mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
781d532180
Bug: T366322 Depends-on: I01cdde979b2ddf64d54013466a3fe51a493860cc Change-Id: I90f2c3c5098a418a7e40204c9b2384711b6ddce3
36 lines
935 B
Plaintext
36 lines
935 B
Plaintext
// = Echo variables
|
|
@grey-light: @color-placeholder;
|
|
|
|
@badge-padding: 0.12em;
|
|
@badge-icon-size: 1.1em;
|
|
@badge-distance-adjustment: 1em;
|
|
|
|
@notification-item-background-read: @background-color-neutral;
|
|
|
|
@notification-background-unseen: #dce8ff;
|
|
@notification-background-unread: @background-color-base;
|
|
@notification-background-read: @background-color-neutral;
|
|
|
|
@badge-counter-background-seen: @grey-light;
|
|
|
|
@notification-body-color: @grey-light;
|
|
|
|
@bundle-group-padding: 0.7em;
|
|
|
|
@opacity-low: 0.6;
|
|
@opacity-mid: 0.8;
|
|
|
|
/* False positive for css-paged-media */
|
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
@specialpage-separation-unit: 0.7em;
|
|
@specialpage-sidebar-width: 15em;
|
|
@specialpage-sidebar-max-width: 20em;
|
|
@specialpage-main-width: 20em;
|
|
|
|
@specialpage-hd-width: 982px;
|
|
|
|
@specialpage-width: 1000px;
|
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
|
|
@background-color-popup-confirmation: @color-notice;
|