Show all recipes for an item on its detail page

This commit is contained in:
Andrew Miner
2015-02-09 21:15:09 -08:00
parent 46427a70f6
commit 4a3fd65848
6 changed files with 62 additions and 15 deletions
+2
View File
@@ -6,6 +6,8 @@ All rights reserved.
*/
.view__full_recipe {
display: block;
& > div {
position: relative; width: 33%;
display: inline-block;
+6 -1
View File
@@ -57,11 +57,16 @@ All rights reserved.
}
}
.recipe {
.recipes {
display: none;
.view__full_recipe {
width: 100%;
margin-top: 3em;
&:first-child {
margin-top: 0;
}
}
}