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

editor changes

This commit is contained in:
muerwre 2019-07-30 05:13:27 +07:00
parent d7e638153b
commit 696ac8d69f
8 changed files with 76 additions and 48 deletions

View file

@ -1,5 +1,6 @@
.group {
display: flex;
flex: 1;
> :global(.group_filler) {
flex: 1;

View file

@ -1,5 +1,11 @@
.panel {
padding: $gap;
min-height: $input_height + $gap;
display: flex;
align-items: center;
justify-content: stretch;
box-sizing: border-box;
flex-direction: row;
@include outer_shadow();

View file

@ -9,6 +9,7 @@
font-weight: 600;
font-size: $text_small;
cursor: pointer;
flex: 1;
@include outer_shadow();
}

View file

@ -4,6 +4,7 @@
flex-direction: column;
align-items: flex-start;
position: relative;
flex: 1;
}
.label {

View file

@ -33,8 +33,6 @@ export const SidePane: FC<IProps> = ({
return (
<div className={styles.pane} style={{ transform: `translate(${left}px, 0px)` }}>
<Group>
<div className={classNames(styles.btn, "orange")}><div></div></div>
<div
className={classNames(styles.group, 'logo')}
>