|
|
|
@ -1020,29 +1020,6 @@ label {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-upload-section {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
background-color: rgba($session-color-black, 0.72);
|
|
|
|
|
box-shadow: 0px 0px 3px 0.5px rgba(0, 0, 0, 0.75);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
transition: $session-transition-duration;
|
|
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
|
content: 'Edit';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.session-id-section {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
@ -1099,6 +1076,29 @@ label {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image-upload-section {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
border-radius: 100%;
|
|
|
|
|
background-color: rgba($session-color-black, 0.72);
|
|
|
|
|
box-shadow: 0px 0px 3px 0.5px rgba(0, 0, 0, 0.75);
|
|
|
|
|
opacity: 0;
|
|
|
|
|
transition: $session-transition-duration;
|
|
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
|
content: 'Edit';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qr-image {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|