2020-10-07 15:15:42 +02:00
|
|
|
.qr-wrapper {
|
|
|
|
background-color: #FFF;
|
|
|
|
padding: 10px;
|
|
|
|
display: inline-block;
|
2020-10-26 12:29:25 +01:00
|
|
|
padding-bottom: 5px;
|
2020-10-07 15:15:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.profile_photo {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
background-size: 100%, 100%;
|
|
|
|
border-radius: 50%;
|
2020-10-08 12:51:10 +02:00
|
|
|
margin: 10px;
|
2020-10-07 15:15:42 +02:00
|
|
|
}
|
2020-10-07 18:24:01 +02:00
|
|
|
|
2020-10-16 11:29:54 +02:00
|
|
|
.profile_img {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2020-10-07 18:24:01 +02:00
|
|
|
.text-small {
|
|
|
|
font-size: 12px;
|
2020-10-16 11:29:54 +02:00
|
|
|
}
|
2020-10-26 12:29:25 +01:00
|
|
|
|
|
|
|
.info-group {
|
|
|
|
max-width: 400px;
|
|
|
|
}
|