|
12 | 12 | h3.werkmenu-card__number.text-uppercase.mb-1.text-primary Menü #{wm.number} |
13 | 13 | h4.werkmenu-card__name.text-shine.fw-bold.mb-2!= formatName(wm.name) |
14 | 14 | if wm.description |
15 | | - p.werkmenu-card__description.text-info.mb-2!= formatName(wm.description) |
| 15 | + p.text-info.small.mb-2!= formatName(wm.description) |
16 | 16 | if wm.variants |
17 | 17 | each variant in wm.variants |
18 | 18 | .menu-item.d-flex.justify-content-between.align-items-center.py-1.gap-2 |
19 | 19 | span.menu-item__name!= formatName(variant.name) |
20 | 20 | span.menu-item__dots |
21 | | - span.menu-item__price.text-info.flex-shrink-0= formatPrice(variant.price) + ' €' |
| 21 | + span.text-info.flex-shrink-0= formatPrice(variant.price) + ' €' |
22 | 22 | else if wm.price |
23 | 23 | .menu-item.d-flex.justify-content-end.py-1 |
24 | | - span.menu-item__price.text-info.fw-bold.fs-5= formatPrice(wm.price) + ' €' |
| 24 | + span.text-info.fw-bold.fs-5= formatPrice(wm.price) + ' €' |
25 | 25 | if werkmenus.kids_menu |
26 | 26 | .werkmenu-card.mb-4 |
27 | 27 | h3.werkmenu-card__number.text-uppercase.mb-1.text-primary Kids Menü |
28 | 28 | h4.werkmenu-card__name.text-shine.fw-bold.mb-2!= formatName(werkmenus.kids_menu.name) |
29 | 29 | if werkmenus.kids_menu.description |
30 | | - p.werkmenu-card__description.text-info.mb-2!= formatName(werkmenus.kids_menu.description) |
| 30 | + p.text-info.small.mb-2!= formatName(werkmenus.kids_menu.description) |
31 | 31 | .menu-item.d-flex.justify-content-end.py-1 |
32 | | - span.menu-item__price.text-info.fw-bold.fs-5= formatPrice(werkmenus.kids_menu.price) + ' €' |
| 32 | + span.text-info.fw-bold.fs-5= formatPrice(werkmenus.kids_menu.price) + ' €' |
33 | 33 | if werkmenus.note |
34 | 34 | p.text-center.mt-4.fst-italic.text-muted.small!= formatName(werkmenus.note) |
35 | 35 |
|
|
48 | 48 | .menu-item.d-flex.justify-content-between.align-items-center.py-1.gap-2 |
49 | 49 | span.menu-item__name.fw-semibold.text-break!= formatName(item.name) |
50 | 50 | span.menu-item__dots |
51 | | - span.menu-item__price.text-info.flex-shrink-0= formatPrice(item.price) |
| 51 | + span.text-info.flex-shrink-0= formatPrice(item.price) |
52 | 52 | if item.description |
53 | | - p.menu-item__description.fs-6.text-info.mt-n1.pb-1.text-break!= formatName(item.description) |
| 53 | + p.fs-6.text-info.mt-n1.pb-1.text-break!= formatName(item.description) |
54 | 54 | if item.info |
55 | | - p.menu-item__description.fs-6.text-info.mt-n1.pb-1.text-break!= formatName(item.info) |
| 55 | + p.fs-6.text-info.mt-n1.pb-1.text-break!= formatName(item.info) |
56 | 56 | if menu.note |
57 | 57 | p.text-center.mt-4.fst-italic.text-muted.small!= formatName(menu.note) |
0 commit comments