Update css with scss format.
This commit is contained in:
parent
fb876c9d4b
commit
3b18ef9609
1 changed files with 10 additions and 8 deletions
|
|
@ -304,7 +304,8 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.vehicle-damage .button-question {
|
.vehicle-damage {
|
||||||
|
.button-question {
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
.col-12 {
|
.col-12 {
|
||||||
width: 66.66666667%;
|
width: 66.66666667%;
|
||||||
|
|
@ -315,6 +316,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.button-question-overflow {
|
.button-question-overflow {
|
||||||
height: calc(100vh - 274px);
|
height: calc(100vh - 274px);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue