Get the reusable foundations of custom popovers finished.
This commit is contained in:
parent
4b75526708
commit
e594b6beb0
8 changed files with 219 additions and 63 deletions
|
|
@ -1,5 +1,16 @@
|
|||
.ripcrypt.popover {
|
||||
position: absolute;
|
||||
z-index: var(--z-index-tooltip);
|
||||
transform-origin: top left;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-radius: 4px;
|
||||
|
||||
&.frameless {
|
||||
position: absolute;
|
||||
z-index: var(--z-index-tooltip);
|
||||
transform-origin: top left;
|
||||
}
|
||||
|
||||
&.locked {
|
||||
border-color: var(--accent-3);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue