Changing main menu color, primary color and adding tiny borders around blockly toolbox
This commit is contained in:
parent
06e4f7fb5c
commit
a88eb7fe02
@ -2,7 +2,7 @@
|
||||
User Variable Overrides
|
||||
*******************************/
|
||||
|
||||
@invertedBackground: #525A67;
|
||||
@invertedBackground: #3454D1;
|
||||
|
||||
/*******************************
|
||||
PXT Theme Overrides
|
||||
|
@ -9,7 +9,7 @@
|
||||
@emSize : 14px;
|
||||
@fontSize : 13px;
|
||||
|
||||
@primaryColor: @teal;
|
||||
@primaryColor: @purple;
|
||||
|
||||
@teal: #3891A6;
|
||||
@blue: #456990;
|
||||
|
@ -57,6 +57,8 @@
|
||||
|
||||
.blocklyToolboxDiv {
|
||||
background-color: white !important;
|
||||
border-right: 1px solid #ecf0f1 !important;
|
||||
border-left: 1px solid #ecf0f1 !important;
|
||||
}
|
||||
|
||||
.blocklyFlyoutBackground {
|
||||
|
Loading…
Reference in New Issue
Block a user