Update css with scss format.

This commit is contained in:
Bryan Mauger 2023-10-06 12:05:31 -04:00
parent fb876c9d4b
commit 3b18ef9609

View file

@ -304,14 +304,16 @@ export default {
</script>
<style lang="scss">
.vehicle-damage .button-question {
@include media-breakpoint-up(md) {
.col-12 {
width: 66.66666667%;
}
.col {
width: 33.3333333%;
flex: 0 0 auto;
.vehicle-damage {
.button-question {
@include media-breakpoint-up(md) {
.col-12 {
width: 66.66666667%;
}
.col {
width: 33.3333333%;
flex: 0 0 auto;
}
}
}
}