feat: Change global mouse interaction

- Add .body_intro to intro screen
- Change mouse over identifier
- Introduce HippieFade as global function
- Replace #js_mob with HippieFade
- Remove old partial
This commit is contained in:
sthag 2025-10-25 09:32:22 +02:00
parent 65d80fcbc4
commit ac8f55a7c9
8 changed files with 62 additions and 40 deletions

View file

@ -22,6 +22,10 @@ $color_gui_back: $color_dark;
}
}
.body_intro {
background-color: black;
}
.step {
@extend %full_parent;
}
@ -46,7 +50,7 @@ $color_gui_back: $color_dark;
}
#progress {
width: 0%;
width: 0;
height: 100%;
background-color: black;
}
@ -157,7 +161,7 @@ $color_gui_back: $color_dark;
background-color: $color_back_basic;
transition: background-color 4s;
&:hover>.mouse_over {
&:hover>.mouse-overlay {
background-color: transparent !important;
transition: background-color $duration_basic $timing_basic 0s !important;
}