From af3ffe807cda7758e5ff68dd30b71613fbf20cab Mon Sep 17 00:00:00 2001 From: Marc Beyer Date: Wed, 17 Nov 2021 21:32:04 +0100 Subject: [PATCH] removed buildfile --- hellofx/app/build/resources/main/client/style.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hellofx/app/build/resources/main/client/style.css diff --git a/hellofx/app/build/resources/main/client/style.css b/hellofx/app/build/resources/main/client/style.css deleted file mode 100644 index c650c9f..0000000 --- a/hellofx/app/build/resources/main/client/style.css +++ /dev/null @@ -1,13 +0,0 @@ -GridPane{ - -fx-background-color: #282C34; -} - -.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; -} \ No newline at end of file