feat: add color to draggables
This commit is contained in:
parent
22ad9eb6cc
commit
8e06f8feb8
2 changed files with 25 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue