diff --git a/source/style/modules/ui/_drag_module.scss b/source/style/modules/ui/_drag_module.scss deleted file mode 100644 index ac1dc6c..0000000 --- a/source/style/modules/ui/_drag_module.scss +++ /dev/null @@ -1,18 +0,0 @@ -.body_drag { - height: 100vh; - // padding: $space_basic; -} - -#space { - 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 diff --git a/source/style/modules/ui/_new_module.scss b/source/style/modules/ui/_new_module.scss index 1c0d5a9..100284b 100755 --- a/source/style/modules/ui/_new_module.scss +++ b/source/style/modules/ui/_new_module.scss @@ -5,6 +5,11 @@ $module_top_height: 32px; padding: $module_top_height + $space_basic $space_basic $space_basic; } +.body_drag { + height: 100vh; + // padding: $space_basic; +} + .container { display: grid; height: 100%; @@ -24,8 +29,7 @@ $module_top_height: 32px; } } -.menu, -#top { +.menu, #top { nav ul { margin: 0; } @@ -108,4 +112,18 @@ $module_top_height: 32px; margin-right: 16px; text-align: right; } +} + +#space { + 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 diff --git a/source/style/ui.scss b/source/style/ui.scss index d088323..0a36d0d 100644 --- a/source/style/ui.scss +++ b/source/style/ui.scss @@ -3,4 +3,3 @@ @import "modules/ui/new_module"; @import "modules/ui/settings_module"; -@import "modules/ui/drag_module"; diff --git a/source/templates/hippie/partials/_head_meta.njk b/source/templates/hippie/partials/_head_meta.njk index b55c7c2..00c2efd 100644 --- a/source/templates/hippie/partials/_head_meta.njk +++ b/source/templates/hippie/partials/_head_meta.njk @@ -1,8 +1,7 @@ - - + - + - \ No newline at end of file +