mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
741 B
36 lines
741 B
11 years ago
|
//
|
||
|
// Variables
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
|
||
|
// Type
|
||
|
// --------------------------------------------------
|
||
|
$font-weight: 500;
|
||
|
$font-weight-bold: 600;
|
||
|
$font-weight-light: 400;
|
||
|
|
||
|
|
||
|
// Colors
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
// Main theme colors
|
||
|
$primary-color: #007aff;
|
||
|
$chrome-color: rgba(247,247,247,.98);
|
||
|
|
||
|
// Action colors
|
||
|
$default-color: #929292;
|
||
|
$positive-color: #4cd964;
|
||
|
$negative-color: #dd524d;
|
||
|
|
||
|
|
||
|
// Bars
|
||
|
// --------------------------------------------------
|
||
|
$bar-base-height: 44px;
|
||
|
$bar-tab-height: 50px;
|
||
|
$bar-side-spacing: 10px;
|
||
|
|
||
|
|
||
|
// Buttons
|
||
|
// --------------------------------------------------
|
||
|
$button-directional-padding: 20px;
|
||
|
$button-directional-margin: -($bar-side-spacing/2);
|