mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
9 lines
361 B
Plaintext
9 lines
361 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" }
|