CSR-1925 set background color of loading modal to white rather than gray.
This commit is contained in:
parent
41ebfeee1b
commit
d60cb9c45c
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ export default {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background: $gray-100;
|
background: $white;
|
||||||
|
|
||||||
&.full-screen {
|
&.full-screen {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue