mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
9 lines
351 B
Plaintext
9 lines
351 B
Plaintext
#confirm-dialog{ ng: { class: "dialog_class" } }
|
|
.message.clearfix.margin-bottom-30
|
|
.icon.text-center
|
|
%i.icon-question-sign
|
|
.text{ ng: { bind: "::message" } }
|
|
.action-buttons.text-center
|
|
%button.cancel{ ng: { click: "close()", bind: "::cancelText" } }
|
|
%button.confirm.red{ ng: { click: "confirm()", bind: "::confirmText" } }
|