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:
parent
d3e7d82ef7
commit
d5c15b6ba0
|
|
@ -72,20 +72,15 @@ module.exports = {
|
||||||
value: '<hr style="margin: 0.3rem 0;">',
|
value: '<hr style="margin: 0.3rem 0;">',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://epinio.io/',
|
href: 'https://elemental.docs.rancher.com/',
|
||||||
label: 'Epinio',
|
label: 'Elemental',
|
||||||
className: 'navbar__icon navbar__epinio',
|
className: 'navbar__icon navbar__elemental'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://harvesterhci.io',
|
href: 'https://harvesterhci.io',
|
||||||
label: 'Harvester',
|
label: 'Harvester',
|
||||||
className: 'navbar__icon navbar__harvester',
|
className: 'navbar__icon navbar__harvester',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
href: 'https://opni.io',
|
|
||||||
label: 'Opni',
|
|
||||||
className: 'navbar__icon navbar__opni',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
href: 'https://rancherdesktop.io',
|
href: 'https://rancherdesktop.io',
|
||||||
label: 'Rancher Desktop',
|
label: 'Rancher Desktop',
|
||||||
|
|
|
||||||
|
|
@ -19,13 +19,13 @@
|
||||||
background-color: #2e68e9;
|
background-color: #2e68e9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__epinio:before {
|
.navbar__elemental:before {
|
||||||
mask: url(/static/img/header/icon-epinio-mask.png) no-repeat 100% 100%;
|
mask: url(/static/img/header/icon-elemental.png) no-repeat 100% 100%;
|
||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
padding-bottom: 7px;
|
padding-bottom: 7px;
|
||||||
background-color: #004d93;
|
background-color: #7100d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar__harvester:before {
|
.navbar__harvester:before {
|
||||||
|
|
@ -37,15 +37,6 @@
|
||||||
background-color: #00a580;
|
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 {
|
.navbar__rd:before {
|
||||||
mask: url(/static/img/header/icon-rd-mask.png) no-repeat 100% 100%;
|
mask: url(/static/img/header/icon-rd-mask.png) no-repeat 100% 100%;
|
||||||
mask-size: cover;
|
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 |
Loading…
Reference in New Issue