Only use CNCF logo style on home page (#14577)
There's some SASS that adds a logo to the CNCF section of the page at https://kubernetes.io/ (and its localizations). Narrow this styling to apply only to the home page.
This commit is contained in:
parent
e089eab6fb
commit
2436c026b4
|
@ -1125,6 +1125,16 @@ $feature-box-div-margin-bottom: 40px
|
||||||
#vendorStrip
|
#vendorStrip
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
// Add logo to CNCF section
|
||||||
|
section#cncf
|
||||||
|
padding-top: 60px
|
||||||
|
padding-bottom: 140px
|
||||||
|
background-image: url(/images/cncf-color.png)
|
||||||
|
background-position: center 100px
|
||||||
|
background-repeat: no-repeat
|
||||||
|
background-size: 300px
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// OCEAN NODES
|
// OCEAN NODES
|
||||||
#oceanNodes
|
#oceanNodes
|
||||||
|
@ -1269,15 +1279,6 @@ $feature-box-div-margin-bottom: 40px
|
||||||
&:hover
|
&:hover
|
||||||
border-color: white
|
border-color: white
|
||||||
|
|
||||||
// CNCF
|
|
||||||
#cncf
|
|
||||||
padding-top: 60px
|
|
||||||
padding-bottom: 140px
|
|
||||||
background-image: url(/images/cncf-color.png)
|
|
||||||
background-position: center 100px
|
|
||||||
background-repeat: no-repeat
|
|
||||||
background-size: 300px
|
|
||||||
|
|
||||||
// KubeWeekly
|
// KubeWeekly
|
||||||
#kubeweekly
|
#kubeweekly
|
||||||
background-color: $light-grey
|
background-color: $light-grey
|
||||||
|
|
Loading…
Reference in New Issue