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) {
|
||||
width: 50%;
|
||||
max-width: 600px;
|
||||
top: 0;
|
||||
top: -10%;
|
||||
right: 0;
|
||||
left: 0;
|
||||
transform: none;
|
||||
|
|
@ -947,8 +947,19 @@ export default {
|
|||
}
|
||||
}
|
||||
.modal-footer {
|
||||
button.btn.skip-button {
|
||||
margin: 0 auto;
|
||||
button {
|
||||
&.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