mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
21 lines
261 B
Text
21 lines
261 B
Text
body.feedback {
|
|
.feedback-thankyou,
|
|
.feedback-error {
|
|
font-size: @jumbo-font-size;
|
|
text-align: center;
|
|
padding: 30px;
|
|
|
|
display: none;
|
|
|
|
.well();
|
|
}
|
|
}
|
|
|
|
body.feedback-read {
|
|
td {
|
|
white-space: nowrap;
|
|
&.issuetext {
|
|
white-space: normal;
|
|
}
|
|
}
|
|
}
|