aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
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