feat: Change styles and ui
- Change to hippie styles - Remove unused styles and components - Change colors for ui pages
This commit is contained in:
parent
52daf0ca51
commit
8b7241c4da
11 changed files with 65 additions and 60 deletions
|
|
@ -7,7 +7,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.body_setting {
|
||||
@extend .body_ui;
|
||||
|
||||
background-color: $color_back_basic;
|
||||
}
|
||||
|
||||
#frame {
|
||||
@extend %flex-column;
|
||||
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
||||
|
|
@ -22,23 +30,16 @@
|
|||
}
|
||||
|
||||
main {
|
||||
@extend %flex-row;
|
||||
|
||||
flex: 1;
|
||||
|
||||
aside {
|
||||
background-color: $color_brighter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.frame-flex {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $space_basic;
|
||||
|
||||
main {
|
||||
flex: 1;
|
||||
|
||||
aside,
|
||||
section {
|
||||
height: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue