Fixed the message headers design (markup and scss)

Create a "PseudoField" component that mimics Material Design input fields
This commit is contained in:
iRouge
2015-02-11 04:04:09 -05:00
committed by Francis Lachapelle
parent e429dc3ff1
commit 4f2fc5c99e
8 changed files with 122 additions and 8614 deletions
@@ -222,22 +222,22 @@ $sg-font-bold: $sg-font-medium;
// h elements definitions
// ----------------------------------------------------------------------------
$h1-font-size-Base: $sg-font-size-9;
//$h1-margin-Base: 0.67em 0;
$h1-margin-Base: 0;
$h2-font-size-Base: $sg-font-size-8;
//$h2-margin-Base: 0.83em 0;
$h2-margin-Base: 0;
$h3-font-size-Base: $sg-font-size-7;
//$h3-margin-Base: 1em 0;
$h3-margin-Base: 0;
$h4-font-size-Base: $sg-font-size-6;
//$h4-margin-Base: 1.33em 0;
$h4-margin-Base: 0;
$h5-font-size-Base: $sg-font-size-5;
//$h5-margin-Base: 1.67em 0;
$h5-margin-Base: 0;
$h6-font-size-Base: $sg-font-size-4;
//$h6-margin-Base: 2.33em 0;
$h6-margin-Base: 0;
/// Gogle Material Design Standard styles
/// as specified (http://www.google.com/design/spec/style/typography.html#typography-standard-styles)
@@ -24,7 +24,7 @@ $bottombar-color: #212121;
// Layout
// ------------------------------
$baseline-grid: 8px !default;
$baseline-grid: 8px !default;
// shortcut aliases for $baseline-grid
$bl: $baseline-grid;
$line: $baseline-grid;