Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Add Chinese New Year banner #1274

Merged
merged 1 commit into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions assets/css/my-dashboard/notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
}
&.tco18{
// background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
background: url(../../images/[email protected]) 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;
Expand All @@ -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;
}
Expand Down
Binary file removed assets/images/[email protected]
Binary file not shown.
Binary file added assets/images/chinese-new-year.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.