From 922a272e811ad104c2d7b7d4c0912a4d629ec2e7 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Tue, 8 Aug 2017 14:05:19 -0700 Subject: Add note for responsive modal styles --- ui/app/components/modal.js | 1 + ui/app/css/itcss/components/modal.scss | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 ui/app/css/itcss/components/modal.scss (limited to 'ui/app') diff --git a/ui/app/components/modal.js b/ui/app/components/modal.js index 5bbc86ff5..b008a56d2 100644 --- a/ui/app/components/modal.js +++ b/ui/app/components/modal.js @@ -32,6 +32,7 @@ Modal.prototype.render = function () { return h(FadeModal, { + className: 'modal', keyboard: false, onHide: () => {this.onHide()}, ref: (ref) => { diff --git a/ui/app/css/itcss/components/modal.scss b/ui/app/css/itcss/components/modal.scss new file mode 100644 index 000000000..74e551ab7 --- /dev/null +++ b/ui/app/css/itcss/components/modal.scss @@ -0,0 +1,5 @@ +.modal { + // first child - component + // second child - background + // boron should provide them, but we need breakpoints +} \ No newline at end of file -- cgit