forked from CIT/Vmeda.Online
33 lines
508 B
SCSS
33 lines
508 B
SCSS
addon-mod-survey-index {
|
|
|
|
.label, .label[stacked] {
|
|
font-size: initial;
|
|
color: $text-color;
|
|
}
|
|
|
|
.addon-mod_survey-question {
|
|
border-top: 1px solid $gray;
|
|
}
|
|
|
|
ion-grid {
|
|
background-color: $white;
|
|
}
|
|
|
|
ion-select {
|
|
float: right;
|
|
max-width: none;
|
|
.select-text {
|
|
white-space: normal;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.even {
|
|
background-color: $gray-light;
|
|
}
|
|
|
|
.addon-mod_survey-textarea textarea {
|
|
height: 100px;
|
|
border: 1px solid $gray-dark;
|
|
}
|
|
} |