This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +1
-14
lines changed
app/my-dashboard/notifications
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 9
9
it will have same width, you can create a new .banner-row if you want place more banners
10
10
in a new row
11
11
.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" )
14
13
a.banner.watson ( href ="https://cognitive.topcoder.com/" )
15
14
img( src =require (" ../../../assets/images/logo_white.png" ), alt ="TCO17" )
Original file line number Diff line number Diff line change 43
43
background : url (../../images/banner-tco18-stage-3.jpg ) center / cover ;
44
44
background-position : center top ;
45
45
}
46
- & .pi-day {
47
- background : url (../../images/pi-day.png ) center / cover ;
48
- background-position : center top ;
49
- }
50
46
& .watson {
51
47
background : url (../../images/banner-watson.jpg ) center / cover ;
52
48
padding-left : 64px ;
70
66
background-repeat : no-repeat ;
71
67
background-color : #333333 ;
72
68
}
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
- }
81
69
}
82
70
}
83
71
}
You can’t perform that action at this time.
0 commit comments