diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index ad2ecb8cb..3a600107a 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -105,7 +105,7 @@ function App() { } /> } /> - } /> + } />
diff --git a/frontend/src/components/Footer/Footer.jsx b/frontend/src/components/Footer/Footer.jsx index 447944477..00b2cd871 100644 --- a/frontend/src/components/Footer/Footer.jsx +++ b/frontend/src/components/Footer/Footer.jsx @@ -68,7 +68,7 @@ function Footer() { ))} -
+
(isActive ? 'active-link footer-link-dashboard' : 'footer-link-dashboard')} @@ -88,9 +88,8 @@ function Footer() { Form
-
- -
*/} + {/* (isActive ? 'active-link footer-link-form' : 'footer-link-form')} > @@ -98,8 +97,8 @@ function Footer() { Vault - - + */} + {/*
*/}
); diff --git a/frontend/src/components/Footer/footer.css b/frontend/src/components/Footer/footer.css index 2253e3f72..f660a9cb9 100644 --- a/frontend/src/components/Footer/footer.css +++ b/frontend/src/components/Footer/footer.css @@ -30,6 +30,10 @@ transition: transform 0.3s ease; } +.footer-docs > a:last-child { + margin-right: 0; +} + .footer-docs a:hover { transform: scale(1.1); } @@ -94,14 +98,13 @@ height: 70px; } - - .footer-mob-nav { position: relative; display: flex; align-items: center; - justify-content: space-between; - padding: 15px 25px; + justify-content: inherit; + padding: 15px; + gap: 60px; width: 100%; } @@ -179,5 +182,5 @@ } .footer-link-active { - color: #49ABD2 !important; + color: #49abd2 !important; } diff --git a/frontend/src/components/MetricCard/MetricCard.jsx b/frontend/src/components/MetricCard/MetricCard.jsx index 38280718a..8b1f577df 100644 --- a/frontend/src/components/MetricCard/MetricCard.jsx +++ b/frontend/src/components/MetricCard/MetricCard.jsx @@ -8,7 +8,7 @@ export default function MetricCard({ title, value }) { {title}
- {value} + {value}
); diff --git a/frontend/src/components/MetricCard/metricCard.css b/frontend/src/components/MetricCard/metricCard.css index 2680b484b..bcddb893c 100644 --- a/frontend/src/components/MetricCard/metricCard.css +++ b/frontend/src/components/MetricCard/metricCard.css @@ -34,7 +34,7 @@ line-height: 16px; } - .card-value .top-card-value { + .card-value .metric-card-value { font-size: 20px; line-height: 27px; } diff --git a/frontend/src/components/NavigationLinks.jsx b/frontend/src/components/NavigationLinks.jsx index ec474ed3e..1ab3cb0cf 100644 --- a/frontend/src/components/NavigationLinks.jsx +++ b/frontend/src/components/NavigationLinks.jsx @@ -11,10 +11,10 @@ const NavigationLinks = ({ onNavClick }) => ( (isActive ? 'active-link' : '')} onClick={onNavClick}> Dashboard -
- (isActive ? 'active-link' : '')} onClick={onNavClick}> - Vault - + {/*
*/} + {/* (isActive ? 'active-link' : '')} onClick={onNavClick}> */} + {/* Vault */} + {/* */} ); diff --git a/frontend/src/components/TableOfContent/TableOfContents.jsx b/frontend/src/components/TableOfContent/TableOfContents.jsx index 527f1dd61..cfe7b0300 100644 --- a/frontend/src/components/TableOfContent/TableOfContents.jsx +++ b/frontend/src/components/TableOfContent/TableOfContents.jsx @@ -1,5 +1,5 @@ import React, { useEffect, useState } from 'react'; -import "./table_of_content_styles.css"; +import './table_of_content_styles.css'; const TableOfContents = ({ items, defaultActiveId, tabelTitle, headerHeight = 80 }) => { const [activeId, setActiveId] = useState(defaultActiveId); @@ -47,28 +47,28 @@ const TableOfContents = ({ items, defaultActiveId, tabelTitle, headerHeight = 80 }; return ( -
+
-

{tabelTitle}

+

{tabelTitle}

-