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

Commit 4030078

Browse files
committed
Small corrections of the dashboard notifications style
1 parent c13d40f commit 4030078

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

app/my-dashboard/notifications/news.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"live": false,
1212
"liveExpand": false,
1313
"customTag": {
14-
"color": "red",
15-
"background": "blue",
1614
"text": "Announcement"
1715
}
1816
},

assets/css/directives/notification.directive.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import 'topcoder/tc-includes';
22

33
.notification{
4-
margin-bottom: 1px;
4+
margin-bottom: 24px;
55
.live{
66
width: 50px;
77
height: 30px;
@@ -28,7 +28,7 @@
2828
color: $white;
2929
font-size: 18px;
3030
height: 60px;
31-
background: linear-gradient(to bottom, gainsboro 0%, silver 50%, lightgray 100%);
31+
background: linear-gradient(to bottom, silver 0%, gray 35%, #747474 55%, gray 70%, silver 100%);
3232
padding: 0 15px;
3333
.live{
3434
margin-right: 12px;
@@ -74,8 +74,7 @@
7474
flex: 1;
7575
height: 100%;
7676
position: relative;
77-
background: linear-gradient(to bottom, darkgray 0%, #444 50%, gray 100%);
78-
opacity: 0.8;
77+
background: linear-gradient(to bottom, #20a6e2 0%, rgba(92, 130, 219, 0.8) 45%, rgba(161, 127, 221, 0.75) 100%);
7978
}
8079
.header{
8180
font-weight: bold;

0 commit comments

Comments
 (0)