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.

13 lines
145 B

  1. html {
  2. box-sizing: border-box;
  3. }
  4. *, *:before, *:after {
  5. box-sizing: inherit;
  6. }
  7. #root {
  8. padding-top: 52px;
  9. }
  10. [v-cloak] {
  11. display: none;
  12. }