2022-03-16 12:11:30 +01:00
|
|
|
/* login page */
|
|
|
|
main {
|
|
|
|
margin-top: 2vh;
|
|
|
|
}
|
|
|
|
main > h1 {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.userlistcontainer {
|
2022-03-16 12:11:30 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: start;
|
|
|
|
}
|
|
|
|
.userlist {
|
|
|
|
width: 50vw;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2022-08-06 18:56:39 +02:00
|
|
|
.userlist > li {
|
2022-03-16 12:11:30 +01:00
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: .5rem;
|
2022-08-06 18:56:39 +02:00
|
|
|
padding: 0 .5rem;
|
|
|
|
}
|
|
|
|
.userlist > li > img {
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: 0;
|
|
|
|
height: 2rem;
|
|
|
|
width: 2rem;
|
|
|
|
}
|
|
|
|
.userlist > li > div {
|
|
|
|
display: flex;
|
|
|
|
flex-grow: 1;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2022-03-16 12:11:30 +01:00
|
|
|
text-align: center;
|
2022-08-06 18:56:39 +02:00
|
|
|
padding: .8rem 1.1rem;
|
2022-03-16 12:11:30 +01:00
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.userlistbutton {
|
2022-03-16 12:11:30 +01:00
|
|
|
font-size: 1.1rem;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.passwordoverlaycontainer {
|
2022-03-16 12:11:30 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: start;
|
|
|
|
background: var(--page-background);
|
|
|
|
z-index: 40;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.passwordoverlay {
|
2022-03-16 12:11:30 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.passwordoverlay > form {
|
2022-03-16 12:11:30 +01:00
|
|
|
min-width: unset;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.passwordoverlay > form > h1 {
|
2022-06-16 10:28:45 +02:00
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 2rem;
|
2022-03-16 12:11:30 +01:00
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
/* loginform */
|
|
|
|
.loginform {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.loginform input[type="password"], form input[type="text"] {
|
2022-03-16 12:11:30 +01:00
|
|
|
width: 94%;
|
|
|
|
padding-top: .5rem;
|
|
|
|
padding-bottom: .5rem;
|
|
|
|
font-size: 1rem;
|
|
|
|
margin: .1rem 0;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.loginform .horizontalbuttonlist {
|
2022-06-29 19:08:21 +02:00
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
2022-11-04 20:35:28 +01:00
|
|
|
.horizontalbuttonlist .button, .horizontalbuttonlist button {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
/***/
|
2022-03-16 12:11:30 +01:00
|
|
|
.pinpad {
|
2022-06-29 19:08:21 +02:00
|
|
|
margin-top: 1.5rem;
|
|
|
|
margin-bottom: 0;
|
2022-03-16 12:11:30 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
max-width: 30vw;
|
|
|
|
}
|
|
|
|
.pinpad table {
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
.pinpad table tr, .pinpad td {
|
|
|
|
padding: unset;
|
|
|
|
background: unset;
|
|
|
|
}
|
|
|
|
.pinpad tr td button {
|
|
|
|
height: 4.0rem;
|
|
|
|
width: 4.1rem;
|
|
|
|
font-size: 1.16rem;
|
|
|
|
margin: .2rem !important;
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 700px) {
|
2022-11-04 20:35:28 +01:00
|
|
|
.userlistcontainer {
|
2022-03-16 12:11:30 +01:00
|
|
|
width: 95vw;
|
|
|
|
}
|
|
|
|
.userlist {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.pinpad table tr td button {
|
|
|
|
height: 4.2rem;
|
|
|
|
width: 4.2rem;
|
|
|
|
font-size: 1.16rem;
|
|
|
|
margin: .2rem;
|
|
|
|
}
|
|
|
|
}
|