Revert "CSR-1156 move css to appropriate pages."

This reverts commit b0ff984f75.
This commit is contained in:
Bryan Mauger 2023-02-02 13:43:56 -05:00
parent b0ff984f75
commit bc617b8d79
3 changed files with 19 additions and 12 deletions

View file

@ -255,4 +255,22 @@ 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,10 +98,9 @@ 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,13 +227,3 @@ export default {
},
};
</script>
<style lang="scss">
.vehicle-parts {
fieldset {
.ui-radio {
margin: 0;
}
}
}
</style>