2024-01-26 11:03:42 +01:00
|
|
|
#main-footer {
|
2024-11-26 13:21:42 +01:00
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
2024-04-15 09:16:27 +02:00
|
|
|
box-sizing: border-box;
|
2024-12-02 16:39:38 +01:00
|
|
|
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
}
|
2025-02-21 09:37:28 +01:00
|
|
|
|
2024-04-15 09:16:27 +02:00
|
|
|
[data-template="home"] #main-footer {
|
2024-03-09 11:27:10 +01:00
|
|
|
position: fixed;
|
2024-01-26 11:03:42 +01:00
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
2024-04-15 09:16:27 +02:00
|
|
|
}
|
|
|
|
|
|
2024-12-02 16:39:38 +01:00
|
|
|
#main-footer li:not(.open-nav-wrapper) {
|
|
|
|
|
display: none;
|
2024-01-26 11:03:42 +01:00
|
|
|
}
|
2024-03-10 12:03:31 +01:00
|
|
|
|
2024-12-01 13:57:24 +01:00
|
|
|
#main-footer button.open-nav {
|
|
|
|
|
transform: translateY(-1px);
|
2024-03-10 12:03:31 +01:00
|
|
|
}
|
2024-03-10 19:24:24 +01:00
|
|
|
|
2025-02-21 09:37:28 +01:00
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
|
.open-nav {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
outline: none;
|
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
|
font-size: var(--font-size-m);
|
|
|
|
|
background-color: #000;
|
|
|
|
|
padding: calc(var(--unit--vertical) / 2) var(--unit--horizontal);
|
|
|
|
|
margin-bottom: env(safe-area-inset-bottom);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-10 19:24:24 +01:00
|
|
|
@media screen and (min-width: 640px) {
|
2024-12-02 16:39:38 +01:00
|
|
|
#main-footer li {
|
|
|
|
|
display: block !important;
|
|
|
|
|
}
|
2024-03-10 19:24:24 +01:00
|
|
|
#main-footer {
|
2024-11-26 13:21:42 +01:00
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: var(--body-padding);
|
2024-12-01 13:57:24 +01:00
|
|
|
background-color: transparent;
|
|
|
|
|
padding: var(--unit--vertical) var(--unit--horizontal);
|
2024-11-26 13:21:42 +01:00
|
|
|
}
|
|
|
|
|
#main-footer ul {
|
|
|
|
|
display: block;
|
2024-03-10 19:24:24 +01:00
|
|
|
}
|
2025-02-21 12:30:54 +01:00
|
|
|
|
2024-12-01 13:57:24 +01:00
|
|
|
#main-footer button.open-nav {
|
|
|
|
|
margin-bottom: var(--unit--vertical);
|
|
|
|
|
}
|
2025-02-18 17:11:09 +01:00
|
|
|
|
|
|
|
|
[data-template="home"] #main-footer .open-nav-wrapper {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2025-02-21 12:30:54 +01:00
|
|
|
[data-template="home"] button.open-nav {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
}
|
|
|
|
|
|
2025-02-18 17:11:09 +01:00
|
|
|
.open-nav-wrapper {
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: none;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
2024-03-10 19:24:24 +01:00
|
|
|
}
|