From 8e06f8feb880439afba7f82a1a6215abb5fd1aa4 Mon Sep 17 00:00:00 2001 From: sthag Date: Thu, 15 Aug 2024 22:59:52 +0200 Subject: [PATCH] feat: add color to draggables --- source/screens/demo/examples/ui/drag.njk | 21 +++++++++++++++++---- source/style/modules/ui/_new_module.scss | 8 ++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/source/screens/demo/examples/ui/drag.njk b/source/screens/demo/examples/ui/drag.njk index 13b48d7..a76f5bb 100755 --- a/source/screens/demo/examples/ui/drag.njk +++ b/source/screens/demo/examples/ui/drag.njk @@ -21,12 +21,12 @@ tags: {% endblock %} {% block body %} -
+ {% endblock %} {%- block script %} - + {% endblock %} \ No newline at end of file diff --git a/source/style/modules/ui/_new_module.scss b/source/style/modules/ui/_new_module.scss index 1456663..100284b 100755 --- a/source/style/modules/ui/_new_module.scss +++ b/source/style/modules/ui/_new_module.scss @@ -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; } \ No newline at end of file