update
This commit is contained in:
+55
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user