merged 0300 and 0120
This commit is contained in:
		@@ -1,18 +0,0 @@
 | 
				
			|||||||
GridPane{
 | 
					 | 
				
			||||||
    -fx-background-color: #282C34;
 | 
					 | 
				
			||||||
    -fx-margin: 10px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Label{
 | 
					 | 
				
			||||||
    -fx-text-fill: white;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.main-btn{
 | 
					 | 
				
			||||||
    -fx-background-color: #ffffff;
 | 
					 | 
				
			||||||
    -fx-text-fill: white;
 | 
					 | 
				
			||||||
    -fx-background-radius: 5em;
 | 
					 | 
				
			||||||
    -fx-min-width: 40px;
 | 
					 | 
				
			||||||
    -fx-min-height: 40px;
 | 
					 | 
				
			||||||
    -fx-max-width: 40px;
 | 
					 | 
				
			||||||
    -fx-max-height: 40px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -5,7 +5,7 @@ GridPane{
 | 
				
			|||||||
    -fx-font-family: Segoe UI;
 | 
					    -fx-font-family: Segoe UI;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    -fx-border-insets: 1;
 | 
					    -fx-border-insets: 1;
 | 
				
			||||||
    -fx-border-color: white;
 | 
					    -fx-border-color: #B0B0B0;
 | 
				
			||||||
    -fx-border-style: solid;
 | 
					    -fx-border-style: solid;
 | 
				
			||||||
    -fx-border-width: 2;
 | 
					    -fx-border-width: 2;
 | 
				
			||||||
    -fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);
 | 
					    -fx-effect: dropshadow(three-pass-box, rgba(100, 100, 100, 1), 24, 0.5, 0, 0);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user