Step 1 in converting to a Backbone-based website

This commit is contained in:
Andrew Miner
2014-12-22 16:36:04 -08:00
parent dc9fd0de07
commit 16832e02dd
95 changed files with 41866 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
/*
Crafting Guide - templates/index.scss
Copyright (c) 2014 by Redwood Labs
All rights reserved.
*/
@import 'recipe_catalog';
+28
View File
@@ -0,0 +1,28 @@
/*
Crafting Guide - recipe_books.scss
Copyright (c) 2014 by Redwood Labs
All rights reserved.
*/
.view__recipe_catalog {
position: relative; width: 100%;
padding: 0 2em;
button {
@include center-vertical;
position: absolute; right: 1em;
}
input { border: 0; width: 90%; }
table {
background: white;
margin: 0 auto;
width: 98%;
td { height: 3em; padding: 0 1em; position: relative; vertical-align: middle; }
td:nth-child(1) { width: 30%; }
td:nth-child(2) { width: 70%; border-left: 0.1em solid $color-brick-light; }
}
}