mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Create Sass component: iconButton
This commit is contained in:
committed by
Francis Lachapelle
parent
b6f83f3275
commit
4264d054ca
@@ -190,13 +190,9 @@ $typeSize: (
|
||||
title: 20,
|
||||
headline: 24,
|
||||
display-1: 34,
|
||||
d1: 34,
|
||||
display-2: 45,
|
||||
d2: 45,
|
||||
display-3: 56,
|
||||
d3: 56,
|
||||
display-4: 112,
|
||||
d4: 112
|
||||
);
|
||||
|
||||
|
||||
|
||||
@@ -21,18 +21,22 @@ $bottombar-color: #212121;
|
||||
|
||||
|
||||
|
||||
// Layout
|
||||
// Layout and grid
|
||||
// ------------------------------
|
||||
|
||||
$baseline-grid: 8px !default;
|
||||
// shortcut aliases for $baseline-grid
|
||||
$bl: $baseline-grid;
|
||||
$line: $baseline-grid;
|
||||
|
||||
$sg-md-grid-pitch: 8 * $baseline-grid;
|
||||
// shortcut alias for $sg-md-grid-pitch
|
||||
$pitch: $sg-md-grid-pitch;
|
||||
|
||||
// touch and pointers
|
||||
// ----------------------------------------------------------------------------
|
||||
$touch-zone-width: 48px;
|
||||
// shortcyut alias for $touch-zone-width
|
||||
// shortcut alias for $touch-zone-width
|
||||
$touch-zone: $touch-zone-width;
|
||||
|
||||
// Google specifies dimensions in grid pitch
|
||||
|
||||
Reference in New Issue
Block a user