Sfoglia il codice sorgente

Add demo content for RecipePage

Thibaud Colas 2 anni fa
parent
commit
5951953628

File diff suppressed because it is too large
+ 181 - 4
bakerydemo/base/fixtures/bakerydemo.json


+ 2 - 2
bakerydemo/recipes/blocks.py

@@ -25,8 +25,8 @@ class RecipeStepBlock(StructBlock):
     )
 
     class Meta:
-        template = 'blocks/recipe_step_block.html'
-        icon = 'tick'
+        template = "blocks/recipe_step_block.html"
+        icon = "tick"
 
 
 class RecipeStreamBlock(StreamBlock):

+ 1 - 1
bakerydemo/static/css/main.css

@@ -406,7 +406,7 @@ blockquote .attribute-name {
 
 /* stylelint-disable-next-line selector-class-pattern */
 :is(.block-table_block, .block-typed_table_block) :is(table, tr, td, th) {
-  border: 1px solid currentColor;
+  border: 1px solid var(--dark);
   padding: 0.25em;
 }
 

Some files were not shown because too many files changed in this diff