diff --git a/public/assets/vendor/css/core.css b/public/assets/vendor/css/core.css index c95b2642..bf101a69 100644 --- a/public/assets/vendor/css/core.css +++ b/public/assets/vendor/css/core.css @@ -32541,6 +32541,29 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar { var(--bs-dark-contrast) ); } + +/* App colors classes */ .bg-gray-60{ background-color:var(--bs-gray-60) +} +.text-gray-60{ + color:var(--bs-gray-60) +} +.bg-blue { + background-color:var(--bs-blue) +} +.text-blue{ + color:var(--bs-blue) +} +.bg-indigo { + background-color:var(--bs-indigo) +} +.text-indigo{ + color:var(--bs-indigo) +} +.bg-red { + background-color:var(--bs-red) +} +.text-red{ + color:var(--bs-red) } \ No newline at end of file diff --git a/src/pages/TermsAndConditions/LegalInfoCard.jsx b/src/pages/TermsAndConditions/LegalInfoCard.jsx index baa5d3da..cd7c9e05 100644 --- a/src/pages/TermsAndConditions/LegalInfoCard.jsx +++ b/src/pages/TermsAndConditions/LegalInfoCard.jsx @@ -4,25 +4,10 @@ const LegalInfoPage = () => { return ( <>
MARCO SECURE SOLUTIONS @@ -41,7 +26,7 @@ const LegalInfoPage = () => { overflowY: 'auto', flexGrow: 1, - marginBottom: '2rem', // Adds space below the card + marginBottom: '2rem', }} >

Terms & Conditions