Update font size of blocks, set blockly Flyout button color (#1324)
This commit is contained in:
		@@ -11,6 +11,14 @@
 | 
			
		||||
/* Reference import */
 | 
			
		||||
@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 */
 | 
			
		||||
.blocklyGridPickerTooltip {
 | 
			
		||||
    padding: 3px 5px;
 | 
			
		||||
 
 | 
			
		||||
@@ -77,6 +77,7 @@
 | 
			
		||||
@blocklyFlyoutColor: #4b4949;
 | 
			
		||||
@blocklyFlyoutColorOpacity: 1.0;
 | 
			
		||||
@monacoFlyoutColor: @blocklyFlyoutColor;
 | 
			
		||||
@blocklyFlyoutButtonColor: @secondaryColor;
 | 
			
		||||
 | 
			
		||||
/*-------------------
 | 
			
		||||
   Serial
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user