aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_feedback.less
blob: a7e8fd143437ba977e08f1ef5da799b35c726ca8 (plain)
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
body.feedback {
	.feedback-thankyou,
	.feedback-error {
		font-size: @jumbo-font-size;
		text-align: center;
		padding: 30px;

		display: none;

		.well();
	}
}

body.feedback-read {
	h1 {
		display: inline-block;
	}

	td {
		white-space: nowrap;
		&.issuetext {
			white-space: normal;
		}
	}
}