legal mumbo jumbo, starting to revamp the old UI, user agreement is not a finished page yet

This commit is contained in:
2026-03-05 11:13:45 +00:00
parent f7f139ca72
commit e42cf38b60
44 changed files with 819 additions and 15 deletions

View File

@@ -181,6 +181,27 @@
user-select: none;
transition: .25s;
}
.FooterContainer{
margin: 2vh 2vw 5vh;
padding-bottom: 5vh;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.halbearnetFooter{
border-top: white solid;
z-index: 35;
max-width: 100vw;
min-height: 12vh;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 5vw;
padding-right: 5vw;
backdrop-filter: blur(5px);
background-image: linear-gradient(to bottom, rgba(180,220,255,0.125), rgba(180,220,255,0.225), rgba(180,220,255,0.0525), rgba(100,200,255,0.0725));
}
.Copyright{
border-radius: 5vh;
backdrop-filter: blur(15px);