diff --git a/app/assets/v2/css/grants/fund.css b/app/assets/v2/css/grants/fund.css index 7897881a919..5bd10aadd0f 100644 --- a/app/assets/v2/css/grants/fund.css +++ b/app/assets/v2/css/grants/fund.css @@ -177,7 +177,7 @@ border-radius: 5px; border: 2px solid #10cd7a; text-align: left; - width: 250px; + width: 265px; padding: 1rem 15px; position: absolute; top: 0px; @@ -214,6 +214,7 @@ font-size: 12px; text-transform: uppercase; width: 150px; + font-weight: bold; } .clr_estimate h3 span { diff --git a/app/assets/v2/css/tabs.css b/app/assets/v2/css/tabs.css index c4c75ba4b22..11a16b63f16 100644 --- a/app/assets/v2/css/tabs.css +++ b/app/assets/v2/css/tabs.css @@ -36,7 +36,7 @@ .section-tab.active { color: var(--gc-blue); border-bottom: 4px var(--gc-blue) solid; - font-weight: bold; + font-weight: 600; } .tab-sections { @@ -54,21 +54,10 @@ display: block; } -.nav-badge::after { - padding: 4px 11px; - background-color: rgba(62,0,255, 0.10); - content: ''; - border-radius: 50%; - position: relative; - left: -1rem; -} - .nav-badge { - font-size: 10px; + font-size: 9px; color: rgba(62,0,255); - line-height: 10px; - margin-left: 0.5rem; - top: -2px; + top: -8px; position: relative; font-weight: bold; } diff --git a/app/grants/templates/grants/detail/tabs.html b/app/grants/templates/grants/detail/tabs.html index 900da19ca61..d9393cdbaf2 100644 --- a/app/grants/templates/grants/detail/tabs.html +++ b/app/grants/templates/grants/detail/tabs.html @@ -24,17 +24,17 @@