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 |
||||
// Licensed under MIT Open Source |
||||
|
||||
// Behold, here are all the Foundation components. |
||||
@import 'foundation/components/grid'; |
||||
@import 'foundation/components/accordion'; |
||||
@import 'foundation/components/alert-boxes'; |
||||
@import 'foundation/components/block-grid'; |
||||
@import 'foundation/components/breadcrumbs'; |
||||
@import 'foundation/components/button-groups'; |
||||
@import 'foundation/components/buttons'; |
||||
@import 'foundation/components/clearing'; |
||||
@import 'foundation/components/dropdown'; |
||||
@import 'foundation/components/dropdown-buttons'; |
||||
@import 'foundation/components/flex-video'; |
||||
@import 'foundation/components/forms'; |
||||
@import 'foundation/components/icon-bar'; |
||||
@import 'foundation/components/inline-lists'; |
||||
@import 'foundation/components/joyride'; |
||||
@import 'foundation/components/keystrokes'; |
||||
@import 'foundation/components/labels'; |
||||
@import 'foundation/components/magellan'; |
||||
@import 'foundation/components/orbit'; |
||||
@import 'foundation/components/pagination'; |
||||
@import 'foundation/components/panels'; |
||||
@import 'foundation/components/pricing-tables'; |
||||
@import 'foundation/components/progress-bars'; |
||||
@import 'foundation/components/range-slider'; |
||||
@import 'foundation/components/reveal'; |
||||
@import 'foundation/components/side-nav'; |
||||
@import 'foundation/components/split-buttons'; |
||||
@import 'foundation/components/sub-nav'; |
||||
@import 'foundation/components/switches'; |
||||
@import 'foundation/components/tables'; |
||||
@import 'foundation/components/tabs'; |
||||
@import 'foundation/components/thumbs'; |
||||
@import 'foundation/components/tooltips'; |
||||
@import 'foundation/components/top-bar'; |
||||
@import 'foundation/components/type'; |
||||
@import 'foundation/components/offcanvas'; |
||||
@import 'foundation/components/visibility'; |
||||
$foundation-version: '1.1.0'; |
||||
|
||||
// Make sure the charset is set appropriately |
||||
@charset "UTF-8"; |
||||
|
||||
// Libraries (let's make Normalize an external dependency eventually) |
||||
@import |
||||
"vendor/normalize"; |
||||
|
||||
// Helpers |
||||
@import |
||||
"helpers/functions", |
||||
"helpers/mixins", |
||||
"helpers/breakpoints", |
||||
"helpers/images"; |
||||
|
||||
// Global styles |
||||
@import |
||||
"global"; |
||||
|
||||
// Components |
||||
@import |
||||
"components/iconic", |
||||
"components/action-sheet", |
||||
"components/block-list", |
||||
"components/button", |
||||
"components/button-group", |
||||
"components/card", |
||||
"components/extras", |
||||
"components/forms", |
||||
"components/grid", |
||||
"components/title-bar", |
||||
"components/label", |
||||
"components/list", |
||||
"components/menu-bar", |
||||
"components/modal", |
||||
"components/motion", |
||||
"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