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
|
|
@ -1,11 +1,13 @@
|
|||
$module_top_height: 32px;
|
||||
$body_top_space: $module_top_height + $space_basic;
|
||||
|
||||
.body_new {
|
||||
height: 100vh;
|
||||
padding: $module_top_height + $space_basic $space_basic $space_basic;
|
||||
@extend .body_ui;
|
||||
|
||||
padding: $body_top_space $space_basic $space_basic;
|
||||
}
|
||||
|
||||
.container {
|
||||
#frame {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
// margin: $space_basic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue