mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
9 lines
349 B
Plaintext
9 lines
349 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()", "ng-bind": "::cancelText" }
|
|
%button.confirm.red{ "ng-click": "confirm()", "ng-bind": "::confirmText" }
|