Add frontend tests and other stuff
[recipes.git] / backend / style.scss
index 72565b6..4f7cc70 100644 (file)
@@ -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 {