2023-04-03 19:44:38 +00:00
|
|
|
// = Echo variables
|
2024-06-20 17:34:36 +00:00
|
|
|
@grey-light: @color-placeholder;
|
2016-10-25 04:18:08 +00:00
|
|
|
|
2015-08-13 00:54:16 +00:00
|
|
|
@badge-padding: 0.12em;
|
|
|
|
@badge-icon-size: 1.1em;
|
2016-07-20 00:24:17 +00:00
|
|
|
@badge-distance-adjustment: 1em;
|
2015-08-13 00:54:16 +00:00
|
|
|
|
2024-06-20 17:34:36 +00:00
|
|
|
@notification-item-background-read: @background-color-neutral;
|
2017-12-09 01:09:18 +00:00
|
|
|
|
2024-09-02 15:31:47 +00:00
|
|
|
@notification-background-unseen: @background-color-progressive-subtle;
|
2016-10-25 04:18:08 +00:00
|
|
|
@notification-background-unread: @background-color-base;
|
2024-06-20 17:34:36 +00:00
|
|
|
@notification-background-read: @background-color-neutral;
|
2015-09-09 20:18:52 +00:00
|
|
|
|
2016-10-25 04:18:08 +00:00
|
|
|
@badge-counter-background-seen: @grey-light;
|
2016-07-20 00:24:17 +00:00
|
|
|
|
2016-10-25 04:18:08 +00:00
|
|
|
@notification-body-color: @grey-light;
|
2015-12-18 18:56:59 +00:00
|
|
|
|
2016-02-26 22:27:14 +00:00
|
|
|
@bundle-group-padding: 0.7em;
|
2015-10-16 23:18:25 +00:00
|
|
|
|
2017-12-09 01:09:18 +00:00
|
|
|
@opacity-low: 0.6;
|
2015-12-22 23:16:32 +00:00
|
|
|
@opacity-mid: 0.8;
|
|
|
|
|
2024-06-13 14:51:06 +00:00
|
|
|
/* False positive for css-paged-media */
|
|
|
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
2016-05-31 00:37:52 +00:00
|
|
|
@specialpage-separation-unit: 0.7em;
|
2024-06-07 20:43:35 +00:00
|
|
|
@specialpage-sidebar-width: 15em;
|
2024-05-29 21:27:56 +00:00
|
|
|
@specialpage-sidebar-max-width: 20em;
|
|
|
|
@specialpage-main-width: 20em;
|
2016-05-31 22:32:16 +00:00
|
|
|
|
2016-09-02 00:52:26 +00:00
|
|
|
@specialpage-hd-width: 982px;
|
2016-07-19 21:29:15 +00:00
|
|
|
|
2016-09-02 00:52:26 +00:00
|
|
|
@specialpage-width: 1000px;
|
2024-06-13 14:51:06 +00:00
|
|
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
2016-07-05 18:23:01 +00:00
|
|
|
|
2024-06-20 17:34:36 +00:00
|
|
|
@background-color-popup-confirmation: @color-notice;
|