fix: Remove body_ui class because it is not needed

This commit is contained in:
sthag 2025-06-23 20:11:06 +02:00
parent c0c87771b6
commit f1d17490e0
3 changed files with 0 additions and 8 deletions

View file

@ -22,11 +22,6 @@ $color_gui_back: $color_dark;
}
}
.body_ui {
height: 100vh;
background-color: $color_gui_back;
}
.step {
@extend %full_parent;
}