mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-03 11:46:22 +00:00
af606b37cb
The LESS mixin format looks so similar to css selectors it can be very confusing at times to know whether you are looking at a css selector or a mixin. I'd like to see these separate for sanity. Change-Id: I1241f62e0b5322c549f15e570ae2319737ed8c2e
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
@popupPadding: 16px;
|
|
@popupWidth: 320px;
|
|
@popupTallWidth: 215px;
|
|
@cogIconSize: 30px;
|
|
@lineHeight: 20px;
|
|
|
|
@zIndexPopup: 110;
|
|
@zIndexBackground: 111;
|
|
@zIndexForeground: 112;
|
|
@zIndexThumbnailMask: 113;
|