Removed padding
This commit is contained in:
@@ -25,7 +25,7 @@ script#macros-template(type="text/x-template")
|
||||
p.title Enter Macros 1 Name
|
||||
.input-container
|
||||
input.input-color(type="color",id="macros-color-0",value="#ffffff")
|
||||
input.input-name(type="text",maxlength='10',id="macros-name-0")
|
||||
input.input-name(type="text",maxlength='15',id="macros-name-0")
|
||||
p.title Select/Upload G-Code
|
||||
select(title="Select previously uploaded GCode programs.",
|
||||
v-model="state.selected", @change="load", :disabled="!is_ready",
|
||||
@@ -47,7 +47,7 @@ script#macros-template(type="text/x-template")
|
||||
p.title Enter Macros 2 Name
|
||||
.input-container
|
||||
input.input-color(type="color",id="macros-color-1",value="#ffffff")
|
||||
input.input-name(type="text",maxlength='10',id="macros-name-1")
|
||||
input.input-name(type="text",maxlength='15',id="macros-name-1")
|
||||
p.title Select/Upload G-Code
|
||||
select(title="Select previously uploaded GCode programs.",
|
||||
v-model="state.selected", @change="load", :disabled="!is_ready",
|
||||
@@ -69,7 +69,7 @@ script#macros-template(type="text/x-template")
|
||||
p.title Enter Macros 3 Name
|
||||
.input-container
|
||||
input.input-color(type="color",id="macros-color-2",value="#ffffff")
|
||||
input.input-name(type="text",maxlength='10',id="macros-name-2")
|
||||
input.input-name(type="text",maxlength='15',id="macros-name-2")
|
||||
p.title Select/Upload G-Code
|
||||
select(title="Select previously uploaded GCode programs.",
|
||||
v-model="state.selected", @change="load", :disabled="!is_ready",
|
||||
@@ -91,7 +91,7 @@ script#macros-template(type="text/x-template")
|
||||
p.title Enter Macros 4 Name
|
||||
.input-container
|
||||
input.input-color(type="color",id="macros-color-3",value="#ffffff")
|
||||
input.input-name(type="text",maxlength='10',id="macros-name-3")
|
||||
input.input-name(type="text",maxlength='15',id="macros-name-3")
|
||||
p.title Select/Upload G-Code
|
||||
select(title="Select previously uploaded GCode programs.",
|
||||
v-model="state.selected", @change="load", :disabled="!is_ready",
|
||||
@@ -113,7 +113,7 @@ script#macros-template(type="text/x-template")
|
||||
p.title Enter Macros 5 Name
|
||||
.input-container
|
||||
input.input-color(type="color",id="macros-color-4",value="#ffffff")
|
||||
input.input-name(type="text",maxlength='10',id="macros-name-4")
|
||||
input.input-name(type="text",maxlength='15',id="macros-name-4")
|
||||
p.title Select/Upload G-Code
|
||||
select(title="Select previously uploaded GCode programs.",
|
||||
v-model="state.selected", @change="load", :disabled="!is_ready",
|
||||
@@ -135,7 +135,7 @@ script#macros-template(type="text/x-template")
|
||||
p.title Enter Macros 6 Name
|
||||
.input-container
|
||||
input.input-color(type="color",id="macros-color-5",value="#ffffff")
|
||||
input.input-name(type="text",maxlength='10',id="macros-name-5")
|
||||
input.input-name(type="text",maxlength='15',id="macros-name-5")
|
||||
p.title Select/Upload G-Code
|
||||
select(title="Select previously uploaded GCode programs.",
|
||||
v-model="state.selected", @change="load", :disabled="!is_ready",
|
||||
|
||||
@@ -617,13 +617,12 @@ span.unit
|
||||
display flex
|
||||
justify-content space-around
|
||||
height 60px
|
||||
width 50%
|
||||
margin 10px
|
||||
margin-left 400px
|
||||
margin-left 100px
|
||||
|
||||
.macros-buttons
|
||||
height 60px
|
||||
width 100px
|
||||
width 140px
|
||||
font-weight normal
|
||||
border-radius 10px
|
||||
border 0
|
||||
|
||||
Reference in New Issue
Block a user