2024-10-18 19:44:15 +02:00
|
|
|
footer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
background-color: var(--primary-color);
|
|
|
|
align-content: center;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
color: white;
|
2024-10-20 17:27:02 +02:00
|
|
|
z-index: 10;
|
2024-10-18 19:44:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#madeWith {
|
|
|
|
flex-grow: 1;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
cursor: url("Website/media/blahaj.png"), grab;
|
2024-10-19 20:06:40 +02:00
|
|
|
}
|
|
|
|
|
2024-10-20 17:27:02 +02:00
|
|
|
footer .statusBadge {
|
2024-10-19 20:06:40 +02:00
|
|
|
margin: 0 10px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-items: center;
|
|
|
|
background-color: rgba(255,255,255, 0.3);
|
|
|
|
border-radius: 10px;
|
2024-10-20 17:27:02 +02:00
|
|
|
padding: 2px 5px;
|
2024-10-19 20:06:40 +02:00
|
|
|
}
|
|
|
|
|
2024-10-20 17:27:02 +02:00
|
|
|
footer > div {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-items: center;
|
2024-10-20 02:08:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
footer .hoverHand {
|
|
|
|
cursor: pointer;
|
2024-10-18 19:44:15 +02:00
|
|
|
}
|