UI changes to be inline with latest v0 (#16)
This commit is contained in:
		@@ -210,7 +210,7 @@
 | 
			
		||||
        "hideSideDocs": true,
 | 
			
		||||
        "invertedMenu": true,
 | 
			
		||||
        "invertedToolbox": true,
 | 
			
		||||
        "monacoToolbox": false,
 | 
			
		||||
        "monacoToolbox": true,
 | 
			
		||||
        "hasAudio": true,      
 | 
			
		||||
        "highContrast": true,          
 | 
			
		||||
        "simAnimationEnter": "rotate in",
 | 
			
		||||
 
 | 
			
		||||
@@ -19,8 +19,6 @@ div.blocklyTreeRow {
 | 
			
		||||
    border-radius:8px;
 | 
			
		||||
    box-shadow: inset 0 -1px 0 0 #ecf0f1;
 | 
			
		||||
 | 
			
		||||
    margin-bottom: 0px !important;
 | 
			
		||||
 | 
			
		||||
    -webkit-transition-property: background-color; /* Safari */
 | 
			
		||||
    -webkit-transition-duration: 1s; /* Safari */
 | 
			
		||||
    transition-property: background-color;
 | 
			
		||||
@@ -52,6 +50,10 @@ span.blocklyTreeLabel {
 | 
			
		||||
    border-radius: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.blocklyFlyoutBackground {
 | 
			
		||||
    fill: #42495F !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Mobile */
 | 
			
		||||
@media only screen and (max-width: @largestMobileScreen) {
 | 
			
		||||
    .blocklyToolboxDiv, .monacoToolboxDiv {
 | 
			
		||||
 
 | 
			
		||||
@@ -4,10 +4,3 @@
 | 
			
		||||
 | 
			
		||||
@invertedBackground: #525A67;
 | 
			
		||||
@dropdownMenuDistance: 0px;
 | 
			
		||||
 | 
			
		||||
/*******************************
 | 
			
		||||
    PXT Theme Overrides
 | 
			
		||||
*******************************/
 | 
			
		||||
 | 
			
		||||
@mainMenuHeight: 5rem;
 | 
			
		||||
@mainMenuMinHeight: (@itemVerticalPadding * 2) + 2em;
 | 
			
		||||
 
 | 
			
		||||
@@ -32,8 +32,6 @@
 | 
			
		||||
         PXT Overrides
 | 
			
		||||
*******************************/
 | 
			
		||||
 | 
			
		||||
@mainMenuHeight: 5rem;
 | 
			
		||||
@mobileMenuHeight: 5rem;
 | 
			
		||||
 | 
			
		||||
@blocklyToolboxColor: #F6F4E6;
 | 
			
		||||
 | 
			
		||||
@blocklyFlyoutColor: #42495F;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user