diff --git a/src/css/my-dashboard.css b/src/css/my-dashboard.css index d3d9eed8..78dd7e63 100644 --- a/src/css/my-dashboard.css +++ b/src/css/my-dashboard.css @@ -102,7 +102,11 @@ } .member-profile-header { - border-bottom: 7px solid #e3e3e3; + border-bottom: 7px solid #000; + background-image: url('../i/community-background.png'); + background-size: cover; + background-position: 50% 50%; + color: #fff; } .member-profile { @@ -135,13 +139,13 @@ } .member-profile .profile-left .doj { - color: rgb(91, 91, 91); + /*color: rgb(91, 91, 91);*/ text-align: center; margin-top: 20px; } .member-profile .profile-bio { - color: rgb(91, 91, 91); + /*color: rgb(91, 91, 91);*/ height: 100px; text-align: right; direction: ltr; @@ -158,7 +162,7 @@ .member-profile .money-in-bank div[rel="value"] { /*font-weight: bold;*/ font-size: 35px; - color: #05619b; + /*color: #05619b;*/ } .member-profile .money-in-bank div[rel="label"] { @@ -183,7 +187,7 @@ .member-profile .open-challenges div[rel="value"] { /*font-weight: bold;*/ font-size: 35px; - color: #71be0a; + /*color: #71be0a;*/ } .member-profile .open-challenges div[rel="label"] { @@ -199,9 +203,9 @@ } .member-profile .review-opportunities div[rel="value"] { - font-weight: bold; + /*font-weight: bold;*/ font-size: 35px; - color: #e7820b; + /*color: #e7820b;*/ } .member-profile .review-opportunities div[rel="label"] { @@ -215,7 +219,7 @@ .member-program-content { } -.member-program-content { +.member-program-content .panel-body { /*background: -webkit-linear-gradient(360deg, rgb(15, 16, 31), rgb(101,220,85), rgb(164, 13, 62));*/ height: 377px; /*margin-left: 50px;*/ diff --git a/src/js/app/my-dashboard/index.html b/src/js/app/my-dashboard/index.html index 61b86511..7fbe8726 100644 --- a/src/js/app/my-dashboard/index.html +++ b/src/js/app/my-dashboard/index.html @@ -41,8 +41,8 @@