Global.sass 1.1 KB

1234567891011121314151617181920212223242526272829
  1. @import "./GlobalVar"
  2. body
  3. font-family: $global-font-family
  4. font-feature-settings: $global-font-feature-settings
  5. color: $global-color
  6. letter-spacing: $global-letter-spacing
  7. background: #ededed
  8. div
  9. text-align: center
  10. body, div, a, p, ul, li, ol, h1, h2, h3, h4, h5, h6, table, tr, td
  11. box-sizing: border-box
  12. margin: 0px
  13. padding: 0px
  14. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
  15. vertical-align: baseline
  16. border-width: 0px
  17. border-style: initial
  18. border-color: initial
  19. border-image: initial
  20. .App
  21. flex: 1
  22. display: flex
  23. min-height: 100vh
  24. flex-direction: column
  25. padding: 0 24px
  26. margin: 0 auto
  27. *
  28. -webkit-tap-highlight-color: transparent