Tweak default popover styles
This commit is contained in:
parent
9ea2eebdd9
commit
88a47ba02b
1 changed files with 8 additions and 7 deletions
|
|
@ -1,16 +1,17 @@
|
||||||
.ripcrypt.popover {
|
.ripcrypt.popover {
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
&.frameless {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
&.frameless {
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: var(--z-index-tooltip);
|
z-index: var(--z-index-tooltip);
|
||||||
transform-origin: top left;
|
transform-origin: top left;
|
||||||
}
|
|
||||||
|
|
||||||
&.locked {
|
&.locked {
|
||||||
border-color: var(--accent-3);
|
border-color: var(--accent-3);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue