Update css with scss format.
This commit is contained in:
parent
fb876c9d4b
commit
3b18ef9609
1 changed files with 10 additions and 8 deletions
|
|
@ -304,14 +304,16 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.vehicle-damage .button-question {
|
.vehicle-damage {
|
||||||
@include media-breakpoint-up(md) {
|
.button-question {
|
||||||
.col-12 {
|
@include media-breakpoint-up(md) {
|
||||||
width: 66.66666667%;
|
.col-12 {
|
||||||
}
|
width: 66.66666667%;
|
||||||
.col {
|
}
|
||||||
width: 33.3333333%;
|
.col {
|
||||||
flex: 0 0 auto;
|
width: 33.3333333%;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue