Skip to content
Snippets Groups Projects
Commit 179d26a6 authored by HSoreide's avatar HSoreide
Browse files

Remove unused css-style

parent 89b30ae6
No related branches found
No related tags found
1 merge request!60Hs fix piecharts
......@@ -16,7 +16,6 @@
-fx-background-insets: 0;
-fx-font-family: "JetBrains Mono";
-fx-font-size: 16;
}
.welcome-button {
......@@ -25,7 +24,6 @@
-fx-border-width: 10;
-fx-border-fill: #1e5b5b;
-fx-background-radius: 30;
-fx-font-size: 20;
}
......@@ -43,7 +41,6 @@
-fx-text-fill: black;
-fx-background-radius: 10;
-fx-background-insets: 0;
-fx-font-size: 16;
}
......@@ -81,7 +78,6 @@
-fx-font-size:20.0;
}
.list-cell:even {
-fx-background-color: rgba(255, 255, 255, 0.7);
}
......@@ -100,17 +96,6 @@
-fx-alignment: center;
}
/*#ingredient-label {
-fx-font-family: "JetBrains Mono Medium";
}
#ingredient:hover {
-fx-text-fill: red;
-fx-scale-x: 1.03;
-fx-scale-y: 1.03;
-fx-scale-z: 1.03;
}*/
.recipe-instructions {
-fx-font-size: 16;
-fx-font-style: italic;
......@@ -157,16 +142,9 @@
-fx-stroke: rgba(0, 0, 0, 0.90);
-fx-fill: rgba(0, 0, 0, 0.90);
-fx-font-weight: 20;
}
.chart-pie-label {
-fx-fill: black;
-fx-font-size: 20;
}
/*.pie-back {
-fx-background-color: white;
-fx-border-radius: 50;
-fx-border-width: 10;
}*/
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment