hippie/source/style/modules/_game.scss

27 lines
447 B
SCSS
Raw Normal View History

@use "../hippie-style/hippie";
2025-10-27 21:23:26 +01:00
.body_game {
@extend .h_full_view;
2025-10-27 21:23:26 +01:00
background-color: hotpink;
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;
}
}
}
2025-10-27 21:23:26 +01:00
}