aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-09 05:05:19 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-09 05:05:19 +0800
commit922a272e811ad104c2d7b7d4c0912a4d629ec2e7 (patch)
tree42a7228d688153fcaa69251dc148c9be1005a3f8 /ui
parent29c8f448ca683f0dbdd2ef046463500121e5e24e (diff)
downloadtangerine-wallet-browser-922a272e811ad104c2d7b7d4c0912a4d629ec2e7.tar.gz
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.js1
-rw-r--r--ui/app/css/itcss/components/modal.scss5
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