diff --git a/public/css/Cis4/Cis.css b/public/css/Cis4/Cis.css index d7512f3a1..e9343497c 100644 --- a/public/css/Cis4/Cis.css +++ b/public/css/Cis4/Cis.css @@ -238,6 +238,22 @@ html { background-color: var(--fhc-cis-menu-lvl-2-color-active) !important; } +.fhc-seperator { + position: relative; +} + +.fhc-seperator::before { + content: ''; + position: absolute; + top: 0; + left: 0; + margin-left: 12.5%; + width: 75%; /* Full width of the parent element */ + height: 1px; /* Height of the border */ + background: linear-gradient(to right, #ffffff, var(--fhc-cis-primary), #ffffff); + opacity: 0.8; /* Adjust opacity for a subtle fade effect */ +} + /* desktop */ @media (min-width: 992px) { body { diff --git a/public/js/components/Dashboard/Dashboard.js b/public/js/components/Dashboard/Dashboard.js index 3a3f3626a..8bf1b9051 100644 --- a/public/js/components/Dashboard/Dashboard.js +++ b/public/js/components/Dashboard/Dashboard.js @@ -140,8 +140,9 @@ export default { } }).catch(err => console.error('ERROR:', err)); }, - template: `