Merge "Align "What's this" vertically"
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.variables.less
1 // Highlight color definitions
2 @highlight-none: #fff;
3 @highlight-c1: #36c;
4 @highlight-c2: #00af89;
5 @highlight-c3: #fc3;
6 @highlight-c4: #ff6d22;
7 @highlight-c5: #d33;
8 @highlight-bluedot: #1d4aad; // Simulates the 'known' browser <li> blue dot
9 @highlight-grey: #54595d; // The color of full dots on Watchlist when highlight is enabled
10
11 // Muted state
12 @muted-opacity: 0.5;
13
14 // Result list circle indicators
15 // Defined and used in mw.rcfilters.ui.ChangesListWrapperWidget.less
16 @result-circle-margin: 3px;
17 @result-circle-general-margin: 0.5em;
18 // In these small sizes, 'em' appears
19 // squished and inconsistent.
20 // Pixels are better for this use case:
21 @result-circle-diameter: 6px;