Cleaning up styles
This commit is contained in:
parent
3af4d8cf18
commit
53dd4206a0
@ -51,36 +51,18 @@
|
|||||||
Blockly
|
Blockly
|
||||||
*******************************/
|
*******************************/
|
||||||
|
|
||||||
.blocklyTreeRow {
|
div.blocklyTreeRow {
|
||||||
border-radius:5px;
|
border-radius:8px;
|
||||||
}
|
|
||||||
|
|
||||||
/* Specifying top and bottom rounded toolbox borders. */
|
|
||||||
.blocklyTreeRow.blocklyTreeRowTop {
|
|
||||||
border-top-left-radius: 10px;
|
|
||||||
border-top-right-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blocklyTreeRow.blocklyTreeRowBottom {
|
|
||||||
border-bottom-left-radius: 10px;
|
|
||||||
border-bottom-right-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blocklyTreeRow:hover {
|
|
||||||
background: @invertedBackground !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This removes any padding at the top of the toolbox */
|
/* This removes any padding at the top of the toolbox */
|
||||||
.blocklyTreeRoot {
|
div.blocklyTreeRoot {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Blockly Text */
|
/* Blockly Text */
|
||||||
.blocklyTreeLabel {
|
div.blocklyTreeLabel {
|
||||||
font-family: @pageFont !important;
|
font-family: @pageFont !important;
|
||||||
}
|
|
||||||
|
|
||||||
.blocklyTreeLabel {
|
|
||||||
font-size:1rem !important;
|
font-size:1rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -89,25 +71,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blocklyToolboxDiv {
|
.blocklyToolboxDiv {
|
||||||
/*left:30px !important;*/
|
|
||||||
padding:7px;
|
padding:7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Blockly Toolbox Buttons */
|
|
||||||
.blocklyToolboxButtons .blocklyAddPackageButton {
|
|
||||||
&:extend(.ui.button all);
|
|
||||||
&:extend(.circular all);
|
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blocklyToolboxButtons .blocklyUndoButton {
|
|
||||||
&:extend(.ui.button all);
|
|
||||||
&:extend(.circular all);
|
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.organization {
|
.organization {
|
||||||
top: 1.6em;
|
top: 1.6em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user