Update font size of blocks, set blockly Flyout button color (#1324)
This commit is contained in:
		@@ -11,6 +11,14 @@
 | 
				
			|||||||
/* Reference import */
 | 
					/* Reference import */
 | 
				
			||||||
@import (reference) "semantic.less";
 | 
					@import (reference) "semantic.less";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					text.blocklyText {
 | 
				
			||||||
 | 
					    font-weight: 600;
 | 
				
			||||||
 | 
					    text-rendering: optimizeLegibility;
 | 
				
			||||||
 | 
					    -webkit-font-smoothing: subpixel-antialiased;
 | 
				
			||||||
 | 
					    -webkit-font-smoothing: antialiased;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Blockly Field: Grid picker */
 | 
					/* Blockly Field: Grid picker */
 | 
				
			||||||
.blocklyGridPickerTooltip {
 | 
					.blocklyGridPickerTooltip {
 | 
				
			||||||
    padding: 3px 5px;
 | 
					    padding: 3px 5px;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -77,6 +77,7 @@
 | 
				
			|||||||
@blocklyFlyoutColor: #4b4949;
 | 
					@blocklyFlyoutColor: #4b4949;
 | 
				
			||||||
@blocklyFlyoutColorOpacity: 1.0;
 | 
					@blocklyFlyoutColorOpacity: 1.0;
 | 
				
			||||||
@monacoFlyoutColor: @blocklyFlyoutColor;
 | 
					@monacoFlyoutColor: @blocklyFlyoutColor;
 | 
				
			||||||
 | 
					@blocklyFlyoutButtonColor: @secondaryColor;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*-------------------
 | 
					/*-------------------
 | 
				
			||||||
   Serial
 | 
					   Serial
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user