hippie/source/style/modules/_game.scss
sthag 19577eca8c feat: Change game structure
- New template
- Rename screens
- New partial for menu
- New data file for menu content
- Separate styles
2026-04-04 09:21:34 +02:00

30 lines
502 B
SCSS

@use 'sass:list';
@use "sass:map";
@use "../hippie-style/hippie";
.body_menu {
@extend .h_full_view;
background-color: hippie.basic_color(delta);
footer {
@extend .pos_abs;
@extend .pin_bottom;
@extend .width_full;
.brand {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
gap: hippie.$space_half hippie.$space_basic;
margin: hippie.$space_basic hippie.$space_double;
& > svg {
height: 32px;
width: 32px;
}
}
}
}