|
|
@@ -10,14 +10,13 @@
|
|
|
.analTabButton.active{
|
|
|
background: rgb(179, 191, 209);
|
|
|
color: black;
|
|
|
- box-shadow: inset 0 0 5px black;
|
|
|
}
|
|
|
|
|
|
-#analCategoriesTab{
|
|
|
- border-left: 3px solid rgb(255, 99, 107);
|
|
|
- border-right: 3px solid rgb(255, 99, 107);
|
|
|
- width: 131px;
|
|
|
-}
|
|
|
+ #analCategoriesTab{
|
|
|
+ border-left: 3px solid rgb(255, 99, 107);
|
|
|
+ border-right: 3px solid rgb(255, 99, 107);
|
|
|
+ width: 131px;
|
|
|
+ }
|
|
|
|
|
|
.analContent{
|
|
|
display: flex;
|
|
|
@@ -73,6 +72,13 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+#analCategoriesGraph{
|
|
|
+ margin-left: 25px;
|
|
|
+ flex-grow: 2;
|
|
|
+ height: 90%;
|
|
|
+ width: 90%;
|
|
|
+}
|
|
|
+
|
|
|
#analRecipeContent{
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|