diff --git a/app/assets/v2/css/grants/grant.css b/app/assets/v2/css/grants/grant.css index 4b33f26b18a..b23262ebe3f 100644 --- a/app/assets/v2/css/grants/grant.css +++ b/app/assets/v2/css/grants/grant.css @@ -2,6 +2,16 @@ font-weight: 500; } +#search_form button { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +#search_grants { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + .token_symbol { font-weight: 600; } @@ -95,10 +105,19 @@ color: #BBBDBF; } -.grants-search { +.grants-search, +.grants-container { background-color: #F2F6F9; } +.grant-item { + background-color: #fff; +} + +.grants-hero.white a { + color: white; +} + /* Tabs */ .ui-widget.ui-widget-content.ui-tabs { background: transparent !important; @@ -157,9 +176,9 @@ } @media (max-width: 767.98px) { - .search { - margin-left: 1rem; + margin-left: 0rem; + margin-right: 0rem; } .order_by { @@ -167,3 +186,9 @@ padding: 0; } } + +@media (max-width: 575.98px) { + .search { + margin-left: 1rem; + } +} diff --git a/app/grants/templates/grants/index.html b/app/grants/templates/grants/index.html index f6410e2b64c..097734338bf 100644 --- a/app/grants/templates/grants/index.html +++ b/app/grants/templates/grants/index.html @@ -28,48 +28,53 @@