CASH-1327 quote page bug fixes.
This commit is contained in:
parent
a5d73ddf50
commit
6219b847d9
1 changed files with 13 additions and 2 deletions
|
|
@ -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