undo update
This commit is contained in:
parent
d9ab9a43eb
commit
1bc6c3e03c
1 changed files with 8 additions and 9 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
<div class="row my-2" aria-live="polite">
|
<div class="row my-2" aria-live="polite">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<buttonQuestion
|
<buttonQuestion
|
||||||
id="vehicle-parts-question"
|
|
||||||
v-model="selectedPartNumber"
|
v-model="selectedPartNumber"
|
||||||
buttonTypeString="radio"
|
buttonTypeString="radio"
|
||||||
class="radioQuestion"
|
class="radioQuestion"
|
||||||
|
|
@ -245,13 +244,13 @@ export default {
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset.px-5 {
|
// fieldset.px-5 {
|
||||||
padding-left: 0 !important;
|
// padding-left: 0 !important;
|
||||||
padding-right: 0 !important;
|
// padding-right: 0 !important;
|
||||||
}
|
// }
|
||||||
|
|
||||||
div.question-text.d-flex.px-5.small-question-text {
|
// div.question-text.d-flex.px-5.small-question-text {
|
||||||
padding-left: 0 !important;
|
// padding-left: 0 !important;
|
||||||
padding-right: 0 !important;
|
// padding-right: 0 !important;
|
||||||
}
|
// }
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue