mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Add note for responsive modal styles
This commit is contained in:
parent
29c8f448ca
commit
922a272e81
@ -32,6 +32,7 @@ Modal.prototype.render = function () {
|
||||
|
||||
return h(FadeModal,
|
||||
{
|
||||
className: 'modal',
|
||||
keyboard: false,
|
||||
onHide: () => {this.onHide()},
|
||||
ref: (ref) => {
|
||||
|
5
ui/app/css/itcss/components/modal.scss
Normal file
5
ui/app/css/itcss/components/modal.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.modal {
|
||||
// first child - component
|
||||
// second child - background
|
||||
// boron should provide them, but we need breakpoints
|
||||
}
|
Loading…
Reference in New Issue
Block a user