mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 06:31:38 +02:00
✨ Changes to the manifest loading
This commit is contained in:
parent
85ae3ff6f8
commit
4f4ce174ae
2 changed files with 43 additions and 21 deletions
|
@ -101,13 +101,16 @@
|
|||
min-height: $s-32;
|
||||
width: $s-32;
|
||||
height: $s-32;
|
||||
background: #b1b2b5;
|
||||
background: var(--button-secondary-background-color-rest);
|
||||
padding: $s-2;
|
||||
border-radius: $s-4;
|
||||
}
|
||||
|
||||
.plugin-description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $s-8;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.plugin-title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue