feat: Polish dialog, popover shadows & borders, add missing provider logos (#7326)
This commit is contained in:
parent
4b0f7b82ba
commit
61aeb2a2a7
9 changed files with 95 additions and 9 deletions
|
|
@ -7,9 +7,12 @@
|
|||
min-width: 200px;
|
||||
max-width: 320px;
|
||||
border-radius: var(--radius-md);
|
||||
border: 1px solid var(--border-weak-base);
|
||||
background-color: var(--surface-raised-stronger-non-alpha);
|
||||
|
||||
border: 1px solid color-mix(in oklch, var(--border-base) 50%, transparent);
|
||||
background-clip: padding-box;
|
||||
box-shadow: var(--shadow-md);
|
||||
|
||||
transform-origin: var(--kb-popover-content-transform-origin);
|
||||
|
||||
&:focus-within {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue