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

Commit 3134c61

Browse files
author
vikasrohit
committed
SUP-2389, Style fixes for toaster
SUP-2388, Descending submission date order for iOS challenges in iOS section on dashboard
1 parent bbcbd24 commit 3134c61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/my-dashboard/programs/programs.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
filter: "platforms=ios&technologies=swift&status=active",
6868
limit: 3,
6969
offset: 0,
70-
orderBy: 'submissionEndDate desc'
70+
orderBy: 'submissionEndDate asc'
7171
}).then(function(challenges) {
7272
if (challenges.length > 0) {
7373
vm.challenges = challenges.slice(0, 3);

assets/css/topcoder.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ body {
9393
line-height: 20px;
9494
}
9595

96-
96+
#toast-container > div {
97+
width: 400px;
98+
opacity: 0.95;
99+
@include sofia-pro-light;
100+
}
97101

98102
@media (max-width: 767px) {
99103
.form-errors {

0 commit comments

Comments
 (0)