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

Commit b429f94

Browse files
committedOct 28, 2017
Merge branch 'master' into dev
2 parents 502ae7e + 81593ee commit b429f94

10 files changed

+15
-17
lines changed
 
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[
22
{
3-
"header": "TCO17 Live Broadcast",
4-
"details": "Watch now!",
5-
"backgroundImage": "tco17-live-broadcast.jpg",
6-
"redirectTo": "https://tco17.topcoder.com/videos",
7-
"redirectText": "TCO17 Live Broadcast Schedule",
8-
"live": true,
9-
"liveExpand": true,
10-
"height": 600,
11-
"videoCode": "https://player.twitch.tv/?channel=topcoder_official",
3+
"header": "TCO17",
4+
"details": "Congratulations to our Champions!",
5+
"backgroundImage": "tco-winners.jpg",
6+
"redirectTo": "https://tco17.topcoder.com",
7+
"redirectText": "Congratulations to our TCO17 Champions!",
8+
"live": false,
9+
"liveExpand": false,
10+
"customTag": {
11+
"text": "Announcement"
12+
},
13+
"videoCode": "",
1214
"videoHeight": 480
1315
}
1416
]

‎assets/css/directives/notification.directive.scss

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,12 @@
5555
}
5656
.expanded{
5757
background-color: $tc-black;
58-
background-position: 0 0;
59-
background-size: 50% 100%;
58+
background-position: 0 20%;
59+
background-size: cover;
6060
background-repeat: no-repeat;
6161
color: $tc-black;
6262
display: flex;
6363
position: relative;
64-
@media screen and (max-width: 768px) {
65-
background-size: 100% 50%;
66-
flex-direction: column;
67-
}
6864
.mask{
6965
position: absolute;
7066
top: 0;
@@ -94,8 +90,8 @@
9490
}
9591
.action{
9692
position: absolute;
97-
bottom: 100px;
98-
left: 150px;
93+
bottom: 36px;
94+
left: 36px;
9995
background-color: white;
10096
padding: 10px 20px;
10197
border-radius: 26px;
-155 KB
Binary file not shown.
-140 KB
Binary file not shown.
-303 KB
Binary file not shown.

‎assets/images/news/tco-winners.jpg

172 KB
Loading
-163 KB
Binary file not shown.
-162 KB
Binary file not shown.
Binary file not shown.

‎assets/images/news/top-5-weeks.png

-392 KB
Binary file not shown.

0 commit comments

Comments
 (0)
This repository has been archived.