Merge pull request #2725 from Safelite/CASH-1327-quote-page-bug-fixes
CASH-1327 quote page bug fixes
This commit is contained in:
commit
1cac11d8f7
1 changed files with 14 additions and 3 deletions
|
|
@ -931,7 +931,7 @@ export default {
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
top: 0;
|
top: -10%;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
@ -947,8 +947,19 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
button.btn.skip-button {
|
button {
|
||||||
margin: 0 auto;
|
&.btn {
|
||||||
|
border-radius: 50rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
button {
|
||||||
|
&.btn {
|
||||||
|
&.skip-button {
|
||||||
|
margin: 0 auto 1rem;
|
||||||
|
color: $blue;
|
||||||
|
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue