Sha256: 5e9d983df7c1a86101b7bd8ed30f4abeba6d2babfca13d3943f5e4454f6e58c8
Contents?: true
Size: 814 Bytes
Versions: 4
Compression:
Stored size: 814 Bytes
Contents
// Settings file containing Foundation defaults // Grid Settings // $rowWidth: 1000px; // $columnGutter: 30px; // $totalColumns: 12; // $mobileTotalColumns: 4; // Colors Settings // $mainColor: #2ba6cb; // $secondaryColor: #e9e9e9; // $alertColor: #c60f13; // $successColor: #5da423; // $txtColor: #222; // $highlightColor: #ffff99; // $black: #000; // $white: #fff; // $shinyEdge: rgba(#fff, .5); // $darkEdge: rgba(#000, .2); // Button Settings // $buttonRadius: 3px; // $btnBase: 10px; // $tinyBtnBase: $btnBase - 5; // $smallBtnBase: $btnBase - 3; // $largeBtnBase: $btnBase + 5; // Form Settings // $formSpacing: 12px; // Tab Settings // $tabHeight: 40px; // Nav Bar Settings // $navBarHeight: 40px; // $navFlyoutBaseWidth: 250px; // Modular Scale // $ratio: $golden; // $base-size: 14px 44px;
Version data entries
4 entries across 4 versions & 1 rubygems