1 @import 'mediawiki.skin.variables.less';
3 /* Flexbox gap not supported by all browsers, and warns here for some reason */
4 /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
6 /* Benefits column CSS to the right (if it fits) of the form, otherwise below. */
12 .mw-createacct-benefits-heading {
13 font-family: @font-family-serif;
20 /* stylelint-disable-next-line selector-class-pattern */
21 .mw-number-text.icon-edits {
23 background: url( images/icon-edits.png ) no-repeat left center;
26 /* stylelint-disable-next-line selector-class-pattern */
27 .mw-number-text.icon-pages {
29 background: url( images/icon-pages.png ) no-repeat left center;
32 /* stylelint-disable-next-line selector-class-pattern */
33 .mw-number-text.icon-contributors {
35 background: url( images/icon-contributors.png ) no-repeat left center;
39 * Special font for numbers in benefits, same as Vector's `@content-heading-font-family`.
41 .mw-body-content .mw-number-text span {
45 font-family: @font-family-serif;
53 /* Contains a “headlined” number and explanatory text, with space for an icon */
59 /* 80px wide icon plus "margin" */
61 /* Matches max icon height, ensures icon emblem is visible */
66 .mw-heading-subheading-wrapper {
74 .mw-benefit-subheading {
80 /* Flexbox gap not supported by all browsers */
81 /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
82 .mw-benefit-list-wrapper {
85 flex-direction: column;
86 align-items: flex-start;
90 /* Flexbox gap not supported by all browsers */
91 /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
105 padding: 0.5px 0 0.5px 0;
111 letter-spacing: normal;