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

Commit fd548ec

Browse files
committedDec 20, 2017
Christmas banner in Dashboard
1 parent 748eff8 commit fd548ec

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎app/my-dashboard/notifications/notifications.jade

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
it will have same width, you can create a new .banner-row if you want place more banners
1010
in a new row
1111
.banner-row
12-
a.banner.tco17(href="https://tco17.topcoder.com/")
13-
img(src=require("../../../assets/images/tco17-web-logo-white.svg"), alt="TCO17")
12+
span.banner.tco17
1413
a.banner.watson(href="https://cognitive.topcoder.com/")
1514
img(src=require("../../../assets/images/logo_white.png"), alt="TCO17")

‎assets/css/my-dashboard/notifications.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
margin-right: 0;
4141
}
4242
&.tco17{
43-
background: url(../../images/home-hero.jpg) center/cover;
43+
background: url(../../images/happy-holidays.png) center/cover;
4444
img{
4545
width: 150px;
4646
margin: 120px auto 0;

‎assets/images/happy-holidays.png

62.2 KB
Loading

0 commit comments

Comments
 (0)
This repository has been archived.