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

editor layout again

This commit is contained in:
muerwre 2019-07-30 04:41:56 +07:00
parent bc19fedf6a
commit d7e638153b

View file

@ -38,6 +38,12 @@ const EditorExample: FC<IProps> = () => (
<div className={styles.panel}> <div className={styles.panel}>
<Panel className={styles.panel_main}> <Panel className={styles.panel_main}>
<Group> <Group>
<Card className={styles.feature_card}>Layout setup</Card>
<Card className={styles.feature_card}>Cover changer</Card>
<Card className={styles.feature_card}>Track</Card>
<Tags <Tags
tags={[ tags={[
{ title: 'Избранный', feature: 'red' }, { title: 'Избранный', feature: 'red' },
@ -48,12 +54,6 @@ const EditorExample: FC<IProps> = () => (
]} ]}
/> />
<Card className={styles.feature_card}>Layout setup</Card>
<Card className={styles.feature_card}>Cover changer</Card>
<Card className={styles.feature_card}>Track</Card>
<Filler /> <Filler />
</Group> </Group>