You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
240 B

  1. html {
  2. box-sizing: border-box;
  3. height: 100%;
  4. }
  5. *, *:before, *:after {
  6. box-sizing: inherit;
  7. }
  8. [v-cloak], .is-hidden {
  9. display: none;
  10. }
  11. #root {
  12. position: relative;
  13. min-height: 100%;
  14. &.is-fullscreen {
  15. height: 100vh;
  16. }
  17. }