Compare commits
2 commits
2e2091a179
...
a43def2e92
| Author | SHA1 | Date | |
|---|---|---|---|
| a43def2e92 | |||
| 2c61450238 |
4 changed files with 26 additions and 24 deletions
18
source/style/modules/ui/_drag_module.scss
Normal file
18
source/style/modules/ui/_drag_module.scss
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
.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;
|
||||||
|
}
|
||||||
|
|
@ -5,11 +5,6 @@ $module_top_height: 32px;
|
||||||
padding: $module_top_height + $space_basic $space_basic $space_basic;
|
padding: $module_top_height + $space_basic $space_basic $space_basic;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body_drag {
|
|
||||||
height: 100vh;
|
|
||||||
// padding: $space_basic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: grid;
|
display: grid;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -29,7 +24,8 @@ $module_top_height: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu, #top {
|
.menu,
|
||||||
|
#top {
|
||||||
nav ul {
|
nav ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -112,18 +108,4 @@ $module_top_height: 32px;
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#space {
|
|
||||||
position: relative;
|
|
||||||
height: 100%;
|
|
||||||
background-color: $color-dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
#addFrame {
|
|
||||||
@extend .io_button;
|
|
||||||
position: fixed;
|
|
||||||
top: 8px;
|
|
||||||
right: 8px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
@ -3,3 +3,4 @@
|
||||||
|
|
||||||
@import "modules/ui/new_module";
|
@import "modules/ui/new_module";
|
||||||
@import "modules/ui/settings_module";
|
@import "modules/ui/settings_module";
|
||||||
|
@import "modules/ui/drag_module";
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
<!-- head.meta.partial -->
|
<!-- head.meta.partial -->
|
||||||
<meta name="author" content="">
|
|
||||||
<meta name="generator" content="{{ eleventy.generator }}">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
|
<meta name="generator" content="{{ eleventy.generator }}">
|
||||||
|
<meta name="author" content="">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="keywords" content="">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
Loading…
Add table
Add a link
Reference in a new issue