29 lines
440 B
Plaintext
29 lines
440 B
Plaintext
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
|
|
|
.quick-contact {
|
|
position: fixed;
|
|
bottom: 5vh;
|
|
right: 5vw;
|
|
z-index: 980;
|
|
|
|
.uk-drop {
|
|
max-height: 550px;
|
|
height: calc(80vh - 100px);
|
|
width: 400px;
|
|
max-width: 80vw;
|
|
}
|
|
|
|
.avatars {
|
|
& > img {
|
|
width: 50px;
|
|
height: 50px;
|
|
object-fit: cover;
|
|
border: 2px solid @global-inverse-color;
|
|
}
|
|
|
|
& > img:nth-child(n+1) {
|
|
margin-left: -5px;
|
|
}
|
|
}
|
|
}
|