oms-Surveys/Theme/Backend/styles.scss
2022-02-19 13:57:39 +01:00

60 lines
739 B
SCSS
Executable File

.survey {
.survey-description {
margin-bottom: 1rem;
}
.survey-value-element {
display: flex;
.question-section {
flex: 1 1 0px;
.question {
font-weight: bold;
padding-right: 3rem;
}
.question-description {
padding-right: 3rem;
}
}
.values-section {
flex: 1 1 0px;
.labels, .values {
flex: 1 1 0px;
display: flex;
}
.label {
flex: 1 1 0px;
text-align: center;
margin-bottom: 1rem;
}
label {
justify-content: center;
}
.value {
flex: 1 1 0px;
}
}
}
.survey-value-element + .survey-value-element {
margin-top: 1rem;
}
h1 {
margin: 1rem 0 1rem 0;
font-size: 1.3rem;
}
h2 {
margin: 0 0 1rem 0;
font-size: 1.1rem;
}
}