2022-02-22 15:40:08 +01:00
|
|
|
.quick-contact {
|
|
|
|
position: fixed;
|
2022-02-23 11:33:43 +01:00
|
|
|
bottom: 5vh;
|
|
|
|
right: 5vw;
|
2022-02-22 15:40:08 +01:00
|
|
|
}
|
2022-02-23 11:33:43 +01:00
|
|
|
|
2022-02-24 17:42:05 +01:00
|
|
|
.uk-drop {
|
2022-03-01 20:09:14 +01:00
|
|
|
max-height: 650px;
|
|
|
|
height: calc(80vh - 100px);
|
|
|
|
width: 500px;
|
|
|
|
max-width: 80vw;
|
2022-02-24 17:42:05 +01:00
|
|
|
}
|
|
|
|
|
2022-02-23 11:33:43 +01:00
|
|
|
.avatars > img {
|
2022-02-23 09:46:56 +01:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
object-fit: cover;
|
|
|
|
border: 2px solid #fff;
|
2022-02-22 15:40:08 +01:00
|
|
|
}
|
|
|
|
|
2022-02-23 11:33:43 +01:00
|
|
|
.avatars > img:nth-child(n+1) {
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|