2026-03-24 20:43:53 +01:00
|
|
|
@use 'sass:list';
|
2026-03-21 14:49:10 +01:00
|
|
|
@use "sass:map";
|
|
|
|
|
|
2026-03-08 17:00:04 +01:00
|
|
|
@use "../hippie-style/hippie";
|
|
|
|
|
|
2026-04-04 08:17:56 +02:00
|
|
|
.body_menu {
|
2026-03-08 17:00:04 +01:00
|
|
|
@extend .h_full_view;
|
2026-04-04 09:21:34 +02:00
|
|
|
background-color: hippie.basic_color(delta);
|
2026-03-08 17:00:04 +01:00
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-03-21 14:49:10 +01:00
|
|
|
}
|