mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-14 12:25:14 +00:00
27 lines
397 B
SCSS
27 lines
397 B
SCSS
quick-chat {
|
|
z-index: 399;
|
|
}
|
|
|
|
/* Adjustments depending on the selected layout */
|
|
.quick-chat-header {
|
|
height: 64px;
|
|
|
|
enterprise-layout &,
|
|
modern-layout & {
|
|
height: 80px !important;
|
|
}
|
|
}
|
|
|
|
|
|
/* Overlay */
|
|
.quick-chat-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 299;
|
|
opacity: 1;
|
|
background-color: transparent;
|
|
}
|