sipp11
9 years ago
9 changed files with 105 additions and 118 deletions
@ -1,23 +0,0 @@ |
|||||||
{ |
|
||||||
"name": "expensy-react", |
|
||||||
"description": "Seed project for React, Browserify, Rework SPAs", |
|
||||||
"main": "app.js", |
|
||||||
"authors": [ |
|
||||||
"sipp11 <sipp11@zzyzx.co>" |
|
||||||
], |
|
||||||
"license": "MIT", |
|
||||||
"moduleType": [ |
|
||||||
"es6" |
|
||||||
], |
|
||||||
"homepage": "", |
|
||||||
"ignore": [ |
|
||||||
"**/.*", |
|
||||||
"node_modules", |
|
||||||
"bower_components", |
|
||||||
"test", |
|
||||||
"tests" |
|
||||||
], |
|
||||||
"dependencies": { |
|
||||||
"foundation": "~5.5.3" |
|
||||||
} |
|
||||||
} |
|
@ -1,42 +1,61 @@ |
|||||||
// Foundation by ZURB |
// Foundation for Apps |
||||||
|
// by ZURB |
||||||
// foundation.zurb.com |
// foundation.zurb.com |
||||||
// Licensed under MIT Open Source |
// Licensed under MIT Open Source |
||||||
|
|
||||||
// Behold, here are all the Foundation components. |
$foundation-version: '1.1.0'; |
||||||
@import 'foundation/components/grid'; |
|
||||||
@import 'foundation/components/accordion'; |
// Make sure the charset is set appropriately |
||||||
@import 'foundation/components/alert-boxes'; |
@charset "UTF-8"; |
||||||
@import 'foundation/components/block-grid'; |
|
||||||
@import 'foundation/components/breadcrumbs'; |
// Libraries (let's make Normalize an external dependency eventually) |
||||||
@import 'foundation/components/button-groups'; |
@import |
||||||
@import 'foundation/components/buttons'; |
"vendor/normalize"; |
||||||
@import 'foundation/components/clearing'; |
|
||||||
@import 'foundation/components/dropdown'; |
// Helpers |
||||||
@import 'foundation/components/dropdown-buttons'; |
@import |
||||||
@import 'foundation/components/flex-video'; |
"helpers/functions", |
||||||
@import 'foundation/components/forms'; |
"helpers/mixins", |
||||||
@import 'foundation/components/icon-bar'; |
"helpers/breakpoints", |
||||||
@import 'foundation/components/inline-lists'; |
"helpers/images"; |
||||||
@import 'foundation/components/joyride'; |
|
||||||
@import 'foundation/components/keystrokes'; |
// Global styles |
||||||
@import 'foundation/components/labels'; |
@import |
||||||
@import 'foundation/components/magellan'; |
"global"; |
||||||
@import 'foundation/components/orbit'; |
|
||||||
@import 'foundation/components/pagination'; |
// Components |
||||||
@import 'foundation/components/panels'; |
@import |
||||||
@import 'foundation/components/pricing-tables'; |
"components/iconic", |
||||||
@import 'foundation/components/progress-bars'; |
"components/action-sheet", |
||||||
@import 'foundation/components/range-slider'; |
"components/block-list", |
||||||
@import 'foundation/components/reveal'; |
"components/button", |
||||||
@import 'foundation/components/side-nav'; |
"components/button-group", |
||||||
@import 'foundation/components/split-buttons'; |
"components/card", |
||||||
@import 'foundation/components/sub-nav'; |
"components/extras", |
||||||
@import 'foundation/components/switches'; |
"components/forms", |
||||||
@import 'foundation/components/tables'; |
"components/grid", |
||||||
@import 'foundation/components/tabs'; |
"components/title-bar", |
||||||
@import 'foundation/components/thumbs'; |
"components/label", |
||||||
@import 'foundation/components/tooltips'; |
"components/list", |
||||||
@import 'foundation/components/top-bar'; |
"components/menu-bar", |
||||||
@import 'foundation/components/type'; |
"components/modal", |
||||||
@import 'foundation/components/offcanvas'; |
"components/motion", |
||||||
@import 'foundation/components/visibility'; |
"components/notification", |
||||||
|
"components/off-canvas", |
||||||
|
"components/popup", |
||||||
|
"components/switch", |
||||||
|
"components/tabs", |
||||||
|
"components/accordion", |
||||||
|
"components/typography", |
||||||
|
"components/utilities"; |
||||||
|
|
||||||
|
|
||||||
|
#sub-nav {border-right: 1px solid #d0d0d0;} |
||||||
|
#feed {border-left: 1px solid #d0d0d0;} |
||||||
|
|
||||||
|
.player { |
||||||
|
border-top: 1px solid #d0d0d0; |
||||||
|
.menu-bar { |
||||||
|
margin-bottom: 0; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue