f2d3d40106
This is an attempt to match James Cole's mockup. Change-Id: I527b7c39ea9237ff528dd9fca5b4e11254f2cdea
36 lines
382 B
SCSS
36 lines
382 B
SCSS
// Misc.
|
|
$misc: (
|
|
z-index-base: 10000
|
|
);
|
|
|
|
// Duration.
|
|
$duration: (
|
|
navPanel: 0.5s
|
|
);
|
|
|
|
// Size.
|
|
$size: (
|
|
navPanel: 275px,
|
|
radius: 5px
|
|
);
|
|
|
|
// Font.
|
|
$font: (
|
|
);
|
|
|
|
// Palette.
|
|
$palette: (
|
|
bg: #f7f7f7,
|
|
fg: #474747,
|
|
fg-bold: #4c4c4c,
|
|
fg-light: #999,
|
|
border: #e0e0e0,
|
|
|
|
light-blue: #41b6e6,
|
|
dark-blue: #071d49,
|
|
|
|
accent: (
|
|
bg: #37c0fb,
|
|
fg: #fff
|
|
)
|
|
); |