feat: add color to draggables

This commit is contained in:
sthag 2024-08-15 22:59:52 +02:00
parent 22ad9eb6cc
commit 8e06f8feb8
2 changed files with 25 additions and 4 deletions

View file

@ -118,4 +118,12 @@ $module_top_height: 32px;
position: relative;
height: 100%;
background-color: $color-dark;
}
#addFrame {
@extend .io_button;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}