mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
36 lines
511 B
SCSS
36 lines
511 B
SCSS
.popover {
|
|
z-index: $popoverZ;
|
|
|
|
.popover-content {
|
|
position: relative;
|
|
}
|
|
|
|
&.hover {
|
|
margin: -16px -24px;
|
|
|
|
.popover-content {
|
|
margin: 16px 24px;
|
|
|
|
&.top {
|
|
bottom: 8px;
|
|
}
|
|
|
|
&.bottom {
|
|
top: 4px;
|
|
}
|
|
|
|
&.left {
|
|
right: 4px;
|
|
}
|
|
|
|
&.right {
|
|
left: 4px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.excalidraw .popover {
|
|
margin: 0;
|
|
}
|