vc_preloader.less 456 B

1234567891011121314151617181920212223
  1. #vc_preloader {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. //z-index: 1031;
  6. z-index: 50021; // gutenberg modal
  7. width: 100%;
  8. height: 100%;
  9. background: #FFF url(../vc/logo/wpb-logo.svg) center center no-repeat;
  10. background-size: 72px;
  11. .opacity(0.95);
  12. }
  13. #vc_overlay_spinner {
  14. position: fixed;
  15. top: 0;
  16. left: 0;
  17. z-index: 50021; // gutenberg modal
  18. width: 100%;
  19. height: 100%;
  20. background: #FFF;
  21. background-size: 72px;
  22. .opacity(0.95);
  23. }