1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- // 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;
|