Ingredients can now be manually ordered
This commit is contained in:
parent
afd42ba1d0
commit
ca2227037f
11 changed files with 205 additions and 32 deletions
|
|
@ -138,10 +138,14 @@ body {
|
|||
|
||||
.step {
|
||||
border: 0.1em solid lighten($color-3, 30%);
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.ingredient {
|
||||
border: 0.1em solid lighten($color-3, 30%);
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.dropzone {
|
||||
|
|
@ -160,7 +164,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
#hidden-templates {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue