No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

21 líneas
247 B

  1. @import "colors.less";
  2. body {
  3. margin: 0px;
  4. width: 100vw;
  5. height: 100vh;
  6. background-color: #eee;
  7. }
  8. .ui-container {
  9. width: 100%;
  10. height: 100%;
  11. position: absolute;
  12. left: 0px;
  13. top: 0px;
  14. }
  15. * {
  16. box-sizing: border-box;
  17. font-family: bitty;
  18. }