feat(app): open in <app> button (#12322)
This commit is contained in:
parent
83646e0366
commit
b738d88ec4
24 changed files with 452 additions and 11 deletions
9
packages/ui/src/components/app-icon.css
Normal file
9
packages/ui/src/components/app-icon.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
img[data-component="app-icon"] {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
padding: 2px;
|
||||
border-radius: 0.125rem;
|
||||
background: var(--smoke-light-2);
|
||||
border: 1px solid var(--smoke-light-alpha-4);
|
||||
object-fit: contain;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue