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

Commit d4c8e04

Browse files
Merge pull request #1274 from appirio-tech/chinese-new-year-banner
Add Chinese New Year banner
2 parents 978492f + 292023e commit d4c8e04

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

assets/css/my-dashboard/notifications.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@
4141
}
4242
&.tco18{
4343
// background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
44-
background: url(../../images/[email protected]) center/cover;
45-
background-position: center top;
44+
background: url(../../images/chinese-new-year.png) center/cover;
45+
// background-position: center top;
46+
background-position: center -36px;
47+
background-size: 100% 114%;
4648
}
4749
&.watson{
4850
background: url(../../images/banner-watson.jpg) center/cover;
@@ -62,8 +64,8 @@
6264
margin-bottom: 0;
6365
}
6466
&.tco18{
65-
background-size: contain;
66-
background-position: center;
67+
background-size: cover;
68+
background-position: center top;
6769
background-repeat: no-repeat;
6870
background-color: #333333;
6971
}

assets/images/[email protected]

-22.6 KB
Binary file not shown.

assets/images/chinese-new-year.png

1.2 MB
Loading

0 commit comments

Comments
 (0)