mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-24 01:13:21 +00:00
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
.cart-sidebar{ng: {show: 'showCartSidebar', class: "{'shown': showCartSidebar, 'hidden': !showCartSidebar}"}}
|
|
.background{ng: {click: 'toggleCartSidebar()'}}
|
|
.sidebar
|
|
.sidebar-footer
|
|
%button.large.dark.left{type: 'button'}
|
|
Edit Cart
|
|
%button.large.bright.right{type: 'button', ng: {click: 'toggleCartSidebar()'}}
|
|
Checkout
|