mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
revise the More from SUSE menu (#1088)
* revise the More from Rancher menu rm Epinio from menu + rm styling and header icon * + rancher desktop * fixed ref to img
This commit is contained in:
@@ -135,11 +135,6 @@ module.exports = {
|
||||
label: 'Elemental',
|
||||
className: 'navbar__icon navbar__elemental'
|
||||
},
|
||||
{
|
||||
href: 'https://epinio.io/',
|
||||
label: 'Epinio',
|
||||
className: 'navbar__icon navbar__epinio'
|
||||
},
|
||||
{
|
||||
href: 'https://fleet.rancher.io/',
|
||||
label: 'Fleet',
|
||||
@@ -150,6 +145,11 @@ module.exports = {
|
||||
label: 'Harvester',
|
||||
className: 'navbar__icon navbar__harvester'
|
||||
},
|
||||
{
|
||||
href: 'https://rancherdesktop.io/',
|
||||
label: 'Rancher Desktop',
|
||||
className: 'navbar__icon navbar__rancher__desktop'
|
||||
},
|
||||
{
|
||||
type: 'html',
|
||||
value: '<hr style="margin: 0.3rem 0;">',
|
||||
|
||||
+9
-9
@@ -243,15 +243,6 @@ a.btn.navbar__github::before {
|
||||
background-color: #7100d4;
|
||||
}
|
||||
|
||||
.navbar__epinio:before {
|
||||
mask: url(/static/img/header/icon-epinio.png) no-repeat 100% 100%;
|
||||
mask-size: cover;
|
||||
width: 35px;
|
||||
height: 22px;
|
||||
padding-bottom: 7px;
|
||||
background-color: #004d93;
|
||||
}
|
||||
|
||||
.navbar__fleet:before {
|
||||
mask: url(/static/img/header/icon-fleet.png) no-repeat 100% 100%;
|
||||
mask-size: cover;
|
||||
@@ -270,6 +261,15 @@ a.btn.navbar__github::before {
|
||||
background-color: #00a580;
|
||||
}
|
||||
|
||||
.navbar__rancher__desktop:before {
|
||||
mask: url(/static/img/header/icon-rancher-desktop.png) no-repeat 100% 100%;
|
||||
mask-size: cover;
|
||||
width: 35px;
|
||||
height: 22px;
|
||||
padding-bottom: 7px;
|
||||
background-color: #0081be;
|
||||
}
|
||||
|
||||
.navbar__suse:before {
|
||||
mask: url(/static/img/header/icon-suse.png) no-repeat 100% 100%;
|
||||
mask-size: cover;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
Reference in New Issue
Block a user