Refactor RfC UI; decouple style from structure

This commit is contained in:
Maximilian Grundke
2017-09-24 11:15:05 +02:00
parent d119ef6a38
commit 7a0c7389d4
2 changed files with 82 additions and 48 deletions

View File

@@ -152,6 +152,28 @@ input#subscribe {
margin-top: 10px;
}
.rfc {
h5 {
text-decoration: underline;
}
.text {
font-size: larger;
}
.question {
display: flex;
align-items: baseline;
.text {
margin-left: 10px;
}
}
}
.testrun-assess-results {
display: flex;