Updating the items in the More From Suse dropdown and icons list.

Signed-off-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Sunil Singh 2024-01-25 15:02:23 -08:00 committed by Corentin Néau
parent d3e7d82ef7
commit d5c15b6ba0
5 changed files with 6 additions and 20 deletions

View File

@ -72,20 +72,15 @@ module.exports = {
value: '<hr style="margin: 0.3rem 0;">',
},
{
href: 'https://epinio.io/',
label: 'Epinio',
className: 'navbar__icon navbar__epinio',
href: 'https://elemental.docs.rancher.com/',
label: 'Elemental',
className: 'navbar__icon navbar__elemental'
},
{
href: 'https://harvesterhci.io',
label: 'Harvester',
className: 'navbar__icon navbar__harvester',
},
{
href: 'https://opni.io',
label: 'Opni',
className: 'navbar__icon navbar__opni',
},
{
href: 'https://rancherdesktop.io',
label: 'Rancher Desktop',

View File

@ -19,13 +19,13 @@
background-color: #2e68e9;
}
.navbar__epinio:before {
mask: url(/static/img/header/icon-epinio-mask.png) no-repeat 100% 100%;
.navbar__elemental:before {
mask: url(/static/img/header/icon-elemental.png) no-repeat 100% 100%;
mask-size: cover;
width: 35px;
height: 22px;
padding-bottom: 7px;
background-color: #004d93;
background-color: #7100d4;
}
.navbar__harvester:before {
@ -37,15 +37,6 @@
background-color: #00a580;
}
.navbar__opni:before {
mask: url(/static/img/header/icon-opni-mask.png) no-repeat 100% 100%;
mask-size: cover;
width: 35px;
height: 22px;
padding-bottom: 7px;
background-color: #A453B9;
}
.navbar__rd:before {
mask: url(/static/img/header/icon-rd-mask.png) no-repeat 100% 100%;
mask-size: cover;

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB