2025-10-26 11:33:54 +01:00
|
|
|
@use "../../global/config";
|
|
|
|
|
@use "../../global/common";
|
|
|
|
|
@use "../../elements/sections";
|
|
|
|
|
@use "../../functions/color" as *;
|
|
|
|
|
|
2019-11-12 20:18:02 +01:00
|
|
|
.body_status {
|
|
|
|
|
@extend .sec_main_status;
|
|
|
|
|
height: 100vh;
|
2025-10-26 11:33:54 +01:00
|
|
|
border-color: basic_color(foxtrot);
|
2019-11-12 20:18:02 +01:00
|
|
|
|
|
|
|
|
.main_site {
|
|
|
|
|
@extend .wrap_center;
|
|
|
|
|
& > h1:first-of-type {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
|
|
|
|
& > h1 + h3 {
|
|
|
|
|
margin-top: 0;
|
2025-10-26 11:33:54 +01:00
|
|
|
margin-bottom: config.$space_small;
|
2019-11-12 20:18:02 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|