openaire-library/sharedComponents/quick-contact/quick-contact.component.css

18 lines
248 B
CSS
Raw Normal View History

.quick-contact {
position: fixed;
bottom: 40px;
right: 40px;
}
.custom-avatar-circle {
width: 50px;
height: 50px;
object-fit: cover;
border: 2px solid #fff;
}
@media (max-width: 768px) {
.quick-contact {
bottom: 20px;
right: 20px;
}
}