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

Commit 7548e62

Browse files
Merge pull request #1304 from appirio-tech/remove-pi-day-banner
Remove Pi day banner
2 parents c35ce82 + ed3a2b7 commit 7548e62

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
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.tco18(href="https://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
13-
a.banner.pi-day(href="https://topcoder.com/",target="_blank",rel="noopener noreferrer")
12+
a.banner.tco18(href="https://tco18.topcoder.com/",target="_blank",rel="noopener noreferrer")
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

-12
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
background: url(../../images/banner-tco18-stage-3.jpg) center/cover;
4444
background-position: center top;
4545
}
46-
&.pi-day{
47-
background: url(../../images/pi-day.png) center/cover;
48-
background-position: center top;
49-
}
5046
&.watson{
5147
background: url(../../images/banner-watson.jpg) center/cover;
5248
padding-left: 64px;
@@ -70,14 +66,6 @@
7066
background-repeat: no-repeat;
7167
background-color: #333333;
7268
}
73-
&.pi-day{
74-
background-color: #a5a3ae;
75-
background-image: url(../../images/pi-day.png);
76-
background-size: contain;
77-
background-position: center center;
78-
background-repeat: no-repeat;
79-
height: 250px;
80-
}
8169
}
8270
}
8371
}

0 commit comments

Comments
 (0)