set css for all qrimage divs

pull/733/head
Audric Ackermann 5 years ago
parent b4cab22d92
commit c0bacd0072
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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%;

Loading…
Cancel
Save