ripcrypt/templates/css/popover.css
2025-03-16 10:57:53 -06:00

17 lines
310 B
CSS

.ripcrypt.popover {
box-sizing: border-box;
&.frameless {
border-width: 2px;
border-style: solid;
border-color: transparent;
border-radius: 4px;
position: absolute;
z-index: calc(var(--z-index-tooltip) - 5);
transform-origin: top left;
&.locked {
border-color: var(--accent-3);
}
}
}