mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-10 15:38:40 +00:00
60 lines
739 B
SCSS
Executable File
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;
|
|
}
|
|
} |