mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-02-12 20:06:36 +00:00
53 lines
856 B
Stylus
53 lines
856 B
Stylus
|
global-reset()
|
||
|
|
||
|
html
|
||
|
box-sizing: border-box
|
||
|
|
||
|
*, *:before, *:after
|
||
|
box-sizing: inherit
|
||
|
|
||
|
button
|
||
|
input[type="reset"]
|
||
|
input[type="button"]
|
||
|
input[type="submit"]
|
||
|
&::-moz-focus-inner
|
||
|
padding: 0
|
||
|
margin: 0
|
||
|
border: 0
|
||
|
|
||
|
input, button, select
|
||
|
margin: 0
|
||
|
padding: 0
|
||
|
border: 0
|
||
|
|
||
|
html, body
|
||
|
@media screen
|
||
|
height: 100%
|
||
|
// overflow: hidden
|
||
|
|
||
|
body
|
||
|
background: color-navy
|
||
|
font-size: font-size
|
||
|
font-family: font-sans
|
||
|
color: color-default
|
||
|
text-rendering: optimizeLegibility
|
||
|
-webkit-font-smoothing: antialiased
|
||
|
-moz-osx-font-smoothing: grayscale
|
||
|
overflow-x: hidden
|
||
|
|
||
|
.wrapper
|
||
|
clearfix()
|
||
|
@media screen
|
||
|
max-width: max-width
|
||
|
margin: 0 auto
|
||
|
|
||
|
.inner
|
||
|
clearfix()
|
||
|
@media screen
|
||
|
padding: 0 gutter-width
|
||
|
|
||
|
#content-wrap
|
||
|
background: color-background-light
|
||
|
border-bottom: 1px solid darken(color-navy, 5%)
|
||
|
margin: -1px 0
|