|
|
|
@ -921,19 +921,6 @@ label {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qr-image {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
|
width: 135px;
|
|
|
|
|
height: 135px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: $session-margin-xs;
|
|
|
|
|
background-color: $session-color-white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.session-id-section {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
@ -989,6 +976,19 @@ label {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qr-image {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
|
width: 135px;
|
|
|
|
|
height: 135px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: $session-margin-xs;
|
|
|
|
|
background-color: $session-color-white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.conversation-loader {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|