mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
- Inherits from ModalComponent - Has a close button - Accept `confirm_actions` to trigger reflexes - Accept `controller` to encapsulate stimulus reflexe controllers
5 lines
69 B
SCSS
5 lines
69 B
SCSS
.modal-actions {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|