mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
#info-dialog{ ng: { class: "dialog_class" } }
|
|
.message.clearfix.margin-bottom-30
|
|
.icon.text-center
|
|
%i{ ng: { class: "icon_class" } }
|
|
.text
|
|
{{ message }}
|
|
.action-buttons.text-center
|
|
%button{ ng: { click: "close()" } }
|
|
= t(:ok)
|