Merge pull request #2189 from penpot/palba-componentsv2-publish-from-popup

🎉 Publish file library from libraries popup
This commit is contained in:
Alejandro 2022-08-26 13:30:25 +02:00 committed by GitHub
commit 396d35840e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 5 deletions

View file

@ -687,6 +687,8 @@
padding: $size-4 0;
border-bottom: 1px solid $color-gray-20;
position: relative;
display: flex;
justify-content: space-between;
.item-name {
color: $color-gray-60;
@ -707,7 +709,7 @@
right: 0;
border: 1px solid $color-primary;
border-radius: 2px;
width: 4.5rem;
min-width: 4.5rem;
background: $color-primary;
color: $color-black;
padding: $size-2;