Merge pull request #1691 from Safelite/CSR-1925-set-background-color-of-loading-modal
CSR-1925 set background color of loading modal
This commit is contained in:
commit
5dc289de38
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ export default {
|
|||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
outline: 0;
|
||||
background: $gray-100;
|
||||
background: $white;
|
||||
|
||||
&.full-screen {
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue