diff --git a/app/assets/v2/css/town_square.css b/app/assets/v2/css/town_square.css index 4db3ff7ee90..e4819e4d442 100644 --- a/app/assets/v2/css/town_square.css +++ b/app/assets/v2/css/town_square.css @@ -1366,3 +1366,23 @@ body.green.offer_view .announce { margin-bottom: 2px; margin-top: 2px; } + +.tag-hackathon{ + background-color: rgb(247, 241, 252); + color: rgb(146, 66, 195); + padding: 4px; + display: inline-block; +} + +.tag-workshop{ + background-color: rgb(239, 250, 249); + color: rgb(59, 169, 153); + padding: 4px; + +} + +.tag-grants{ + background-color: rgb(240, 240, 245); + color: rgb(22, 14, 93); + padding: 4px; +} diff --git a/app/townsquare/templates/townsquare/index.html b/app/townsquare/templates/townsquare/index.html index a6bc8f32339..957ffeca35a 100644 --- a/app/townsquare/templates/townsquare/index.html +++ b/app/townsquare/templates/townsquare/index.html @@ -47,13 +47,13 @@ text-transform: none; border-radius: 5px 5px 0 0; } - + .box-hackathons { background: #ffff; border-bottom: 1px solid #ddd; border-radius: 0 0 5px 5px; } - + .box-hackathons .card { border: none; } @@ -79,7 +79,7 @@ .box-hackathons-townsquare .card-body .font-weight-semibold { margin: 0; } - + .box-hackathons .view-all { padding: 0px 0px 0px 20px; font-weight: 700; @@ -197,13 +197,17 @@ {% if SHOW_DRESSING %} {% include 'townsquare/shared/tribe.html' %} - + {% if hackathon_tabs|length %}