Skip to content

Commit

Permalink
<newbie>forget that now I need semi-colon</newbie>
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Oct 4, 2015
1 parent cdd79bd commit 7cfe100
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions components/variables.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import "./colors";

//-- Colors
$color-divider = lighten(#B6B6B6, 75%)
$color-background = #ffffff
$color-white = #ffffff
$color-divider : lighten(#B6B6B6, 75%);
$color-background : #ffffff;
$color-white : #ffffff;

//-- Color Theme Configuration
$color-primary : $palette-blue-500 !default;
Expand All @@ -13,15 +13,15 @@ $color-primary-contrast : $color-dark-contrast !default;
$color-accent-contrast : $color-dark-contrast !default;

// -- Fonts
$font-family = "Roboto", "Helvetica Neue", "Helvetica", "sans-serif"
$font-size = 16px
$font-size-tiny = 80%
$font-size-small = 90%
$font-size-normal = 100%
$font-size-big = 120%
$font-weight-thin = 300
$font-weight-normal = 400
$font-weight-bold = 700
$font-family : "Roboto", "Helvetica Neue", "Helvetica", "sans-serif";
$font-size : 16px;
$font-size-tiny : 80%;
$font-size-small : 90%;
$font-size-normal : 100%;
$font-size-big : 120%;
$font-weight-thin : 300;
$font-weight-normal : 400;
$font-weight-bold : 700;

//-- Units and config
$unit : 1rem;
Expand Down

0 comments on commit 7cfe100

Please sign in to comment.