add decorative icons
This commit is contained in:
@ -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
@ -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;
|
||||
|
Reference in New Issue
Block a user