diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass index 15a6e1cf2d2e9..55d38ac0a93d9 100644 --- a/assets/sass/_base.sass +++ b/assets/sass/_base.sass @@ -125,7 +125,7 @@ header background-size: contain background-position: center center background-repeat: no-repeat - + #blog &.flip-nav, &.open-nav .logo @@ -490,7 +490,7 @@ footer display: inline-block background-image: url(/images/social_sprite.svg) background-repeat: no-repeat - background-size: 300px + background-size: 350px width: 50px height: 50px border-radius: 5px @@ -549,6 +549,12 @@ a.calendar &:hover background-position: -250px 100% +a.youtube + background-position: -300px 0 + + &:hover + background-position: -300px 100% + #viewDocs display: none diff --git a/assets/sass/_desktop.sass b/assets/sass/_desktop.sass index 3186335f276f3..cc75a377d78e8 100644 --- a/assets/sass/_desktop.sass +++ b/assets/sass/_desktop.sass @@ -213,7 +213,7 @@ $video-section-height: 550px display: inline-block background-image: url(../images/social_sprite.svg) background-repeat: no-repeat - background-size: 300px + background-size: 350px width: 50px height: 50px border-radius: 5px @@ -264,6 +264,12 @@ $video-section-height: 550px &:hover background-position: -250px 100% + a.youtube + background-position: -300px 0 + + &:hover + background-position: -300px 100% + #community, .gridPage #hero text-align: left diff --git a/i18n/en.toml b/i18n/en.toml index 4f8ff70f24b56..b829bc87da1c6 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -25,6 +25,9 @@ other = "Stack Overflow" [community_twitter_name] other = "Twitter" +[community_youtube_name] +other = "YouTube" + [deprecation_warning] other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the " diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index f6e6de1d64345..e85366460fec8 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,6 +15,7 @@