1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

editor layout

This commit is contained in:
muerwre 2019-07-30 04:41:24 +07:00
parent 6efc2a8ee1
commit bc19fedf6a
4 changed files with 8 additions and 7 deletions

View file

@ -19,7 +19,7 @@ const EditorExample: FC<IProps> = () => (
<Card className={styles.wrap} seamless>
<Group horizontal className={styles.group} seamless>
<div className={styles.editor}>
<Panel className={styles.editor_panel}>
<Panel>
<TextInput onChange={console.log} label="Название" />
</Panel>
@ -36,10 +36,6 @@ const EditorExample: FC<IProps> = () => (
</div>
<div className={styles.panel}>
<Panel>
<TextInput onChange={console.log} label="Название" />
</Panel>
<Panel className={styles.panel_main}>
<Group>
<Tags
@ -52,11 +48,14 @@ const EditorExample: FC<IProps> = () => (
]}
/>
<Filler />
<Card className={styles.feature_card}>Layout setup</Card>
<Card className={styles.feature_card}>Cover changer</Card>
<Card className={styles.feature_card}>Track</Card>
<Filler />
</Group>
</Panel>

View file

@ -49,6 +49,7 @@
.feature_card {
height: 100px;
background: darken($main_bg_color, 3%);
}
.panel_main {