Add note for responsive modal styles

feature/default_network_editable
sdtsui 7 years ago
parent 29c8f448ca
commit 922a272e81
  1. 1
      ui/app/components/modal.js
  2. 5
      ui/app/css/itcss/components/modal.scss

@ -32,6 +32,7 @@ Modal.prototype.render = function () {
return h(FadeModal,
{
className: 'modal',
keyboard: false,
onHide: () => {this.onHide()},
ref: (ref) => {

@ -0,0 +1,5 @@
.modal {
// first child - component
// second child - background
// boron should provide them, but we need breakpoints
}
Loading…
Cancel
Save