common.scss 210 B

12345678910111213141516
  1. html,
  2. body,
  3. #app {
  4. position: absolute;
  5. top: 0;
  6. left: 0;
  7. right: 0;
  8. bottom: 0;
  9. width: 100%;
  10. height: 100%;
  11. background-color: #f0f3f5;
  12. }
  13. #app {
  14. background-color: var(--white);
  15. }