This commit is contained in:
Lurkars
2021-01-12 19:29:00 +01:00
parent b7b4e2d032
commit 997a512e00
96 changed files with 2711 additions and 304 deletions
+55 -1
View File
@@ -122,4 +122,58 @@ mat-form-field {
position: static;
}
}
}
}
qrcode {
margin: 0 auto;
text-align: center;
}
qrcode canvas {
width: 100% !important;
height: auto !important;
max-width: 400px !important;
}
.spacer {
flex: 1 1 auto;
}
.hint {
opacity: 0.7;
}
.mat-drawer-inner-container {
display: flex;
flex-direction: column;
}
mat-sidenav-container {
height: 100%;
max-height: 100%;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
margin-bottom: 15px;
@media screen and (min-width: 576px) {
width: 540px;
}
@media screen and (min-width: 768px) {
width: 580px;
}
@media screen and (min-width: 992px) {
width: 820px;
}
@media screen and (min-width: 1200px) {
width: 1000px;
}
}