1 /* User login and signup forms */
2 @import 'mediawiki.skin.variables.less';
3 @import 'mediawiki.mixins.less';
5 @defaultFormWidth: 290px;
8 box-sizing: border-box;
10 @media ( min-width: @min-width-breakpoint-tablet ) {
11 width: @defaultFormWidth;
15 #mw-createaccount-join,
18 justify-content: center;
21 .mw-htmlform .mw-secure {
28 .cdx-mixin-css-icon( @cdx-icon-lock, @color-subtle, @size-icon-x-small );
36 /* shuffled CAPTCHA */
37 #mw-input-captchaWord {
41 /* FIXME: These should be namespaced to mw-ext-confirmedit-fancycaptcha-, and really shouldn't be in core at all */
42 /* stylelint-disable-next-line selector-class-pattern */
43 .fancycaptcha-captcha-container {
44 background-color: @background-color-neutral-subtle;
46 border: @border-subtle;
47 border-radius: @border-radius-base;
52 .mw-createacct-captcha-assisted {
57 /* Put a border around the fancycaptcha-image-container. */
58 /* stylelint-disable-next-line selector-class-pattern */
59 .fancycaptcha-captcha-and-reload {
60 border: @border-subtle;
61 border-radius: @border-radius-base @border-radius-base 0 0;
63 box-sizing: border-box;
64 background-color: @background-color-base;
67 /* stylelint-disable-next-line selector-class-pattern */
68 .fancycaptcha-captcha-container .mw-ui-input {
69 margin-top: @position-offset-border-width-base;
70 border-color: @border-color-subtle;
71 border-radius: 0 0 @border-radius-base @border-radius-base;
74 /* Make the fancycaptcha-image-container full-width within its parent. */
75 /* stylelint-disable-next-line selector-class-pattern */
76 .fancycaptcha-image-container {
80 .mw-createaccount-temp-warning {
81 margin-bottom: @spacing-50;
85 .cdx-mixin-css-icon(@cdx-icon-user-temporary);
90 .mw-login-flush-right {