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:
Tim Bannister 2019-06-26 21:25:26 +01:00 committed by Kubernetes Prow Robot
parent e089eab6fb
commit 2436c026b4
1 changed files with 10 additions and 9 deletions

View File

@ -1125,6 +1125,16 @@ $feature-box-div-margin-bottom: 40px
#vendorStrip
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
#oceanNodes
@ -1269,15 +1279,6 @@ $feature-box-div-margin-bottom: 40px
&:hover
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
background-color: $light-grey