Add frontend tests and other stuff
This commit is contained in:
parent
d28e765e39
commit
642dd8a80c
26 changed files with 730 additions and 85 deletions
|
|
@ -32,6 +32,15 @@ body {
|
|||
background-color: $background;
|
||||
margin: 0px;
|
||||
|
||||
.recipe-item {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.recipe-item-current {
|
||||
padding: 3px;
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
/*
|
||||
.header-container {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue