1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-08 10:34:55 +02:00

createnewmodal: style fixes

This commit is contained in:
Kushagra Gour 2019-03-13 23:41:25 +05:30
parent 016ece473c
commit 5ef727d835

View File

@ -26,7 +26,7 @@ export class CreateNewModal extends Component {
} = this.props; } = this.props;
return ( return (
<Modal show={show} closeHandler={closeHandler}> <Modal show={show} closeHandler={closeHandler}>
<h2>Create New</h2> <h1 class="mt-0">Create New</h1>
<div class="flex"> <div class="flex">
<div style="flex:1;" class="tac"> <div style="flex:1;" class="tac">
<svg <svg
@ -188,8 +188,7 @@ export class CreateNewModal extends Component {
> >
Start Blank Start Blank
</button> </button>
<br /> <p>Or choose from a template:</p>
Or choose from a template:
<div class="saved-items-pane__container"> <div class="saved-items-pane__container">
{templates.map(template => ( {templates.map(template => (
<ItemTile <ItemTile