diff --git a/assets/css/my-dashboard/notifications.scss b/assets/css/my-dashboard/notifications.scss index 58cf0f5ab..a491eced9 100644 --- a/assets/css/my-dashboard/notifications.scss +++ b/assets/css/my-dashboard/notifications.scss @@ -41,8 +41,10 @@ } &.tco18{ // background: url(../../images/banner-tco18-stage-3.jpg) center/cover; - background: url(../../images/Topcoder-TurnedOn@x2.png) center/cover; - background-position: center top; + background: url(../../images/chinese-new-year.png) center/cover; + // background-position: center top; + background-position: center -36px; + background-size: 100% 114%; } &.watson{ background: url(../../images/banner-watson.jpg) center/cover; @@ -62,8 +64,8 @@ margin-bottom: 0; } &.tco18{ - background-size: contain; - background-position: center; + background-size: cover; + background-position: center top; background-repeat: no-repeat; background-color: #333333; } diff --git a/assets/images/Topcoder-TurnedOn@x2.png b/assets/images/Topcoder-TurnedOn@x2.png deleted file mode 100644 index 1a2b22537..000000000 Binary files a/assets/images/Topcoder-TurnedOn@x2.png and /dev/null differ diff --git a/assets/images/chinese-new-year.png b/assets/images/chinese-new-year.png new file mode 100644 index 000000000..bdaef857b Binary files /dev/null and b/assets/images/chinese-new-year.png differ