0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix spacing in prototype tab empty state

This commit is contained in:
Eva 2024-01-09 17:47:51 +01:00 committed by Andrey Antukh
parent a8a784bea4
commit df99ca55f8
3 changed files with 10 additions and 4 deletions

View file

@ -62,7 +62,8 @@
@include flexColumn;
align-items: center;
justify-content: flex-start;
gap: $s-8;
gap: $s-12;
margin-right: $s-8;
}
.placeholder-icon {

View file

@ -27,11 +27,17 @@
}
.help-content {
padding: $s-20;
padding: $s-32 0;
width: $s-200;
margin: 0 auto;
}
.help-group {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: $s-40;
gap: $s-12;
}
.interactions-help-icon {
@ -40,7 +46,6 @@
height: $s-48;
border-radius: $br-circle;
background-color: var(--pill-background-color);
margin: 0 auto $s-12 auto;
svg {
@extend .button-icon;
stroke: var(--icon-foreground);

View file

@ -218,7 +218,7 @@
:class (stl/css :title-spacing-sitemap)}
(if ^boolean read-only?
[:di {:class (stl/css :view-only-mode)}
[:div {:class (stl/css :view-only-mode)}
(tr "labels.view-only")]
[:button {:class (stl/css :add-page)
:on-click on-create}