Skip to content

Commit

Permalink
🔧 Re-add wip box in menu properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed May 10, 2024
1 parent ffa5d4e commit b332f3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/renderer/editor/properties/properties.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
transition: opacity 150ms ease;
opacity: 0;

.wip {
border-radius: 10px;
border: 2px dashed rgba(255, 255, 255, 0.5);
}

#kando-menu-properties-icon-picker,
#kando-menu-properties-base-settings {
position: absolute;
Expand Down
12 changes: 12 additions & 0 deletions src/renderer/editor/properties/templates/properties.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@

</div>

<div class='d-flex flex-column justify-content-center wip my-3' style="height: 25vh;">
<div class='text-center kando-font fs-2'>
Here will be more settings.
</div>
<div class='text-center kando-font fs-5'>
Stay tuned for future updates!
</div>
<div class='text-center mb-4'>
<span class='swirl'></span>
</div>
</div>

</div>

<div id="kando-menu-properties-icon-picker" class="d-flex flex-column justify-content-center hidden"></div>
Expand Down

0 comments on commit b332f3f

Please sign in to comment.