mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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,
|
return h(FadeModal,
|
||||||
{
|
{
|
||||||
|
className: 'modal',
|
||||||
keyboard: false,
|
keyboard: false,
|
||||||
onHide: () => {this.onHide()},
|
onHide: () => {this.onHide()},
|
||||||
ref: (ref) => {
|
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…
x
Reference in New Issue
Block a user