aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.feedback/feedback.less
blob: 90464a355e54fb5b3dc339ab43f06ef9b2f99365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.mw-feedbackDialog {
	&-welcome-message,
	&-feedback-terms {
		line-height: 1.4;
	}

	&-welcome-message {
		margin-bottom: 1em;
	}

	&-feedback {
		&-terms p:first-child {
			margin-top: 0;
		}

		&-termsofuse {
			margin-left: 2em;
		}

		/* Overwriting OOUI */
		&-form .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body {
			> .oo-ui-fieldLayout-header {
				min-width: 4.2em;
				width: 20%;
			}

			> .oo-ui-fieldLayout-field {
				width: 80%;
			}
		}
	}
}