diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-09 05:05:19 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-09 05:05:19 +0800 |
commit | 922a272e811ad104c2d7b7d4c0912a4d629ec2e7 (patch) | |
tree | 42a7228d688153fcaa69251dc148c9be1005a3f8 /ui | |
parent | 29c8f448ca683f0dbdd2ef046463500121e5e24e (diff) | |
download | tangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.tar tangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.tar.gz tangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.tar.bz2 tangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.tar.lz tangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.tar.xz tangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.tar.zst tangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.zip |
Add note for responsive modal styles
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/modal.js | 1 | ||||
-rw-r--r-- | ui/app/css/itcss/components/modal.scss | 5 |
2 files changed, 6 insertions, 0 deletions
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 |