Show all recipes for an item on its detail page
This commit is contained in:
@@ -6,6 +6,8 @@ All rights reserved.
|
||||
*/
|
||||
|
||||
.view__full_recipe {
|
||||
display: block;
|
||||
|
||||
& > div {
|
||||
position: relative; width: 33%;
|
||||
display: inline-block;
|
||||
|
||||
@@ -57,11 +57,16 @@ All rights reserved.
|
||||
}
|
||||
}
|
||||
|
||||
.recipe {
|
||||
.recipes {
|
||||
display: none;
|
||||
|
||||
.view__full_recipe {
|
||||
width: 100%;
|
||||
margin-top: 3em;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user