diff --git a/app/assets/v2/css/grants/profile.css b/app/assets/v2/css/grants/profile.css index f6bf3e49008..dec740434e4 100644 --- a/app/assets/v2/css/grants/profile.css +++ b/app/assets/v2/css/grants/profile.css @@ -1,4 +1,28 @@ .header-line { color: #fff; font-style: normal; +} + +h2.title { + border-bottom: 1px solid #D0D0D0; +} + +.avatar { + max-width: 3.125rem; + max-height: 3.125rem; + margin-right: auto; + margin-left: auto; +} + +.transaction-history:hover { + background-color: #F9F9F9; +} + +.grants-container .info { + color: #9B9B9B; +} + +.grants-container .txn-link a { + color: #7F8FA4; + text-decoration: none; } \ No newline at end of file diff --git a/app/assets/v2/css/tag.css b/app/assets/v2/css/tag.css index 211a3b7013c..5f8d1dcd4ba 100644 --- a/app/assets/v2/css/tag.css +++ b/app/assets/v2/css/tag.css @@ -9,6 +9,10 @@ cursor: pointer; } +.tag-lg { + padding: 6px 16px; +} + .tag p { margin-bottom: 1px; } diff --git a/app/grants/templates/grants/profile.html b/app/grants/templates/grants/profile.html index 7f3ac57fe83..9ca53c3fdd1 100644 --- a/app/grants/templates/grants/profile.html +++ b/app/grants/templates/grants/profile.html @@ -20,7 +20,9 @@
{% include 'shared/head.html' %} {% include 'shared/cards.html' %} + + @@ -41,7 +43,7 @@