|
|
|
@ -22,7 +22,6 @@ const EMPTY_LAYOUT = { |
|
|
|
"flex-direction": "column", |
|
|
|
"justify-content": "flex-start", |
|
|
|
"align-items": "stretch", |
|
|
|
padding: "32px", |
|
|
|
}, |
|
|
|
hover: {}, |
|
|
|
active: {}, |
|
|
|
@ -70,7 +69,6 @@ const BASE_LAYOUTS = [ |
|
|
|
"flex-direction": "column", |
|
|
|
"justify-content": "flex-start", |
|
|
|
"align-items": "stretch", |
|
|
|
padding: "32px", |
|
|
|
}, |
|
|
|
hover: {}, |
|
|
|
active: {}, |
|
|
|
@ -116,7 +114,6 @@ const BASE_LAYOUTS = [ |
|
|
|
"flex-direction": "column", |
|
|
|
"justify-content": "flex-start", |
|
|
|
"align-items": "stretch", |
|
|
|
padding: "32px", |
|
|
|
}, |
|
|
|
hover: {}, |
|
|
|
active: {}, |
|
|
|
|