Skip to content

Instantly share code, notes, and snippets.

@renatocarvalho
Created December 13, 2012 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renatocarvalho/4280290 to your computer and use it in GitHub Desktop.
Save renatocarvalho/4280290 to your computer and use it in GitHub Desktop.
// ---------------------------------------------------------------------------
// Imports
@import base
body
font-family: $sans
// +baseline-grid-background
// -------------------------------------------------------------------------
// Layout
header
background-color: #fff
border-bottom: 1px solid #ddd
+box-shadow(0 0 5px rgba(#000,.4))
padding: 25px 0 20px 0
#header-inner
+container
.logo
+span-columns(3,12)
nav.main-nav
+span-columns(9 omega,12)
padding: 50px 0 0 0
ul
float: right
+inline-block-list
li
margin-right: 40px
&:last-of-type
margin-right: 0
a
text-decoration: none
font:
weight: bold
size: 20px
&.noticias
a
color: $noticias
&.esportes
a
color: $esportes
&.entretenimento
a
color: $entretenimento
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment