mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-01-29 18:45:43 +00:00
8d885ac5ae
Fixed images on homepage. Created submenu. Improved responsive on homepage.
54 lines
876 B
Stylus
54 lines
876 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: 1240px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
|
|
.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
|