index.scss 192 B

12345678910111213
  1. html, body, #app {
  2. height: 100%;
  3. font-size: 16px;
  4. color: #fff;
  5. background: #060433;
  6. }
  7. * {
  8. box-sizing: border-box;
  9. }
  10. *::-webkit-scrollbar {
  11. width: 0;
  12. height: 9px;
  13. }