mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
better editor layout
This commit is contained in:
parent
a2bb40bb14
commit
fcfc16c157
11 changed files with 242 additions and 67 deletions
|
@ -16,12 +16,10 @@
|
|||
.panel {
|
||||
background: $editor_panel_bg;
|
||||
flex: 1;
|
||||
//border-radius: 0 $radius $radius 0;
|
||||
border-radius: $radius;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
//@include outer_shadow();
|
||||
}
|
||||
|
||||
.editor {
|
||||
|
@ -49,8 +47,14 @@
|
|||
}
|
||||
|
||||
.feature_card {
|
||||
height: 100px;
|
||||
background: darken($main_bg_color, 3%);
|
||||
height: 120px;
|
||||
background: darken($main_bg_color, 6%);
|
||||
color: transparentize(white, 0.5);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-transform: uppercase;
|
||||
font: $font_18_semibold;
|
||||
}
|
||||
|
||||
.panel_main {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue