mediawiki-extensions-Echo/modules/echo.variables.less
Sjoerd de Bruin e289b69f20 Set Codex-token for @notification-background-unseen
Bug: T370042
Change-Id: Ic91a853431a813aa77e8d7dcfadf863da56182c1
2024-09-02 17:31:47 +02:00

36 lines
964 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: @background-color-progressive-subtle;
@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;