CSR-1156 move css to appropriate pages.

This commit is contained in:
Bryan Mauger 2023-02-01 14:42:10 -05:00
parent 79d7e94c0e
commit b0ff984f75
3 changed files with 12 additions and 19 deletions

View file

@ -255,22 +255,4 @@ export default {
text-align: center;
}
}
.vehicle-parts {
.question-text {
span {
font-size: 0.875rem;
text-align: left;
margin: 0 0 0.5rem 0;
}
}
.question-text {
margin: 0;
}
fieldset {
.ui-radio {
margin: 0;
}
}
}
</style>

View file

@ -98,9 +98,10 @@ export default {
.questions-page {
.question-text {
margin-bottom: 0.5rem;
span {
font-size: 0.875rem;
text-align: left;
margin: 0 0 0.5rem 0;
}
}
}

View file

@ -227,3 +227,13 @@ export default {
},
};
</script>
<style lang="scss">
.vehicle-parts {
fieldset {
.ui-radio {
margin: 0;
}
}
}
</style>