feat: Change styles and ui

- Change to hippie styles
- Remove unused styles and components
- Change colors for ui pages
This commit is contained in:
sthag 2025-06-21 13:39:36 +02:00
parent 52daf0ca51
commit 8b7241c4da
11 changed files with 65 additions and 60 deletions

View file

@ -1,11 +1,10 @@
@use "sass:map";
$color_text_basic: white;
$color_head_basic: white;
@import "demo_config";
@import "hippie-style/hippie";
$color_gui_back: $color_dark;
.op_show {
transition: $transition_show;
}
@ -20,12 +19,12 @@ $color_head_basic: white;
body {
position: relative;
min-height: 100%;
background-color: black;
}
}
.body_ui {
height: 100vh;
background-color: $color_gui_back;
}
.step {