Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Commit

Permalink
Now using Foundation Typography and inline lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 22, 2013
1 parent a4d9d20 commit 77b2f04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 3 additions & 5 deletions _assets/stylesheets/_style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ a
width: 100%
height: $banner_height
margin: 0.2 * $banner_height auto
margin-bottom: 1em
padding-top: 0.5 * $banner_height
margin-bottom: 0.2em
padding-top: 0.3 * $banner_height
background-color: $clr_blue_green

#title
color: $site_title_clr
font-family: $site_title_font
font-size: $site_title_font_size
font-weight: normal
text-transform: lowercase
&:before
Expand All @@ -36,9 +35,8 @@ a

#external
display: inline-block
margin-top: emCalc( 10px )
ul
+horizontal-list
+inline-list

#email_modal
text-align: center
3 changes: 1 addition & 2 deletions _assets/stylesheets/_vars.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$banner_height: emCalc( 100px )
$banner_height: 100px

$site_title_font: "CMUBright-Roman", sans-serf
$site_title_clr: white
$site_title_font_size: 2em
$site_title_font_weight: normal
7 changes: 3 additions & 4 deletions _assets/stylesheets/app.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import "compass/reset"

// Assets, e.g. fonts, colors, images
@import "compass/css3"
@import "compass/css3/font-face"
@import assets

// Global Foundation Settings
Expand All @@ -23,7 +23,7 @@
@import "foundation/components/grid"
// @import "foundation/components/visibility"
// @import "foundation/components/block-grid"
// @import "foundation/components/type"
@import "foundation/components/type"
// @import "foundation/components/buttons"
// @import "foundation/components/forms"
// @import "foundation/components/custom-forms"
Expand All @@ -41,7 +41,7 @@
// @import "foundation/components/breadcrumbs"
// @import "foundation/components/keystrokes"
// @import "foundation/components/labels"
// @import "foundation/components/inline-lists"
@import "foundation/components/inline-lists"
// @import "foundation/components/pagination"
// @import "foundation/components/panels"
// @import "foundation/components/pricing-tables"
Expand All @@ -55,6 +55,5 @@
// @import "foundation/components/tooltips"
// @import "foundation/components/dropdown"
@import "compass/typography/lists/horizontal-list"
@import "vars"
@import "style"

0 comments on commit 77b2f04

Please sign in to comment.