Moving blockly toolbox button margins to target.

This commit is contained in:
Sam El-Husseini 2016-12-06 15:06:16 -08:00
parent 485a42758c
commit 2ae21efb7b

View File

@ -115,6 +115,11 @@
.organization { .organization {
top: auto; top: auto;
} }
/* Blockly Toolbox buttons */
#blocklyToolboxButtons {
margin-right: 0.5rem;
margin-left: 0.5rem;
}
} }
/* Small Monitor */ /* Small Monitor */
@ -122,6 +127,11 @@
.organization { .organization {
top: auto; top: auto;
} }
/* Blockly Toolbox buttons */
#blocklyToolboxButtons {
margin-right: 1rem;
margin-left: 1rem;
}
} }
/* Large Monitor */ /* Large Monitor */
@ -130,4 +140,9 @@
width: 230px; width: 230px;
padding-left: 1rem; padding-left: 1rem;
} }
/* Blockly Toolbox buttons */
#blocklyToolboxButtons {
margin-right: 2rem;
margin-left: 2rem;
}
} }