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

@ -15,16 +15,17 @@
.panel {
background: $editor_panel_bg;
flex: 0 0 33%;
border-radius: 0 $radius $radius 0;
flex: 1;
//border-radius: 0 $radius $radius 0;
border-radius: $radius 0 $radius 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
@include outer_shadow();
//@include outer_shadow();
}
.editor {
flex: 1;
flex: 2;
display: flex;
align-items: stretch;
flex-direction: column;
@ -56,3 +57,11 @@
flex: 1;
display: flex;
}
.close_icon {
height: 24px;
width: 24px;
background: transparentize(white, 0.95);
flex: 0 0 24px;
border-radius: $radius;
}