Files
openfoodnetwork/app/views/shared/menu/_cart_sidebar.html.haml
2020-06-18 22:21:54 +02:00

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