CASH-1502: prevent prettier from making this long selector harder to read
This commit is contained in:
parent
1b2558aef7
commit
28b2388e0e
1 changed files with 2 additions and 3 deletions
|
|
@ -902,9 +902,8 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
// Unique to quote page for 2.0/Heritage parity
|
// Unique to quote page for 2.0/Heritage parity
|
||||||
.prevent-modal-scroll.modal-open
|
// prettier-ignore
|
||||||
.container.quote.initial-popup-open
|
.prevent-modal-scroll.modal-open .container.quote.initial-popup-open .row:not(.save-progress-popup) {
|
||||||
.row:not(.save-progress-popup) {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.quote {
|
.quote {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue