mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Fixed the message headers design (markup and scss)
Create a "PseudoField" component that mimics Material Design input fields
This commit is contained in:
committed by
Francis Lachapelle
parent
e429dc3ff1
commit
4f2fc5c99e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user