add decorative icons

This commit is contained in:
elise
2024-08-14 18:13:18 +02:00
parent 5f52dcfa8e
commit 52d2ea30e1
3 changed files with 189 additions and 3 deletions

View File

@ -251,6 +251,8 @@ class PageSectionBlock(blocks.StructBlock):
("pigsty", "Grisebinge"),
("wheelchair", "Rullestol"),
("clock", "Klokke"),
("parking", "Parkering"),
("coins", "Mynter"),
)
title = blocks.CharBlock(max_length=64, required=True, label="Tittel")

File diff suppressed because one or more lines are too long

View File

@ -65,7 +65,7 @@
--size-width-pageheader: 54rem;
--size-icon: 1em;
--size-icon-circle: 2.4rem;
--size-icon-large: 3.4rem;
--size-icon-large: 3.8rem;
// animations
--transition-easing: .3s ease;