| 1234567891011121314151617181920212223242526272829 |
- @import "./GlobalVar"
- body
- font-family: $global-font-family
- font-feature-settings: $global-font-feature-settings
- color: $global-color
- letter-spacing: $global-letter-spacing
- background: #ededed
- div
- text-align: center
- body, div, a, p, ul, li, ol, h1, h2, h3, h4, h5, h6, table, tr, td
- box-sizing: border-box
- margin: 0px
- padding: 0px
- 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
- vertical-align: baseline
- border-width: 0px
- border-style: initial
- border-color: initial
- border-image: initial
- .App
- flex: 1
- display: flex
- min-height: 100vh
- flex-direction: column
- padding: 0 24px
- margin: 0 auto
- *
- -webkit-tap-highlight-color: transparent
|