Skip to content

Commit

Permalink
second push
Browse files Browse the repository at this point in the history
  • Loading branch information
SHarfenist-REISys committed Jul 17, 2024
1 parent 3a9f00d commit 8e050cb
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 13 deletions.
8 changes: 4 additions & 4 deletions _includes/searchgov/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

<div role="search">
<label class="usa-sr-only" for="extended-search-field-small">Search small</label>
<input class="usa-input usagov-search-autocomplete search" id="extended-search-field-small" type="search" name="query" autocomplete="off">
<button class="usa-button search-btn bg-green" type="submit">
<img src="{{site.baseurl}}/assets/img/usa-icons-bg/search--white.svg" class="usa-search__submit-icon" alt="Search" />
</button>
<input class="usa-input usagov-search-autocomplete" id="extended-search-field-small" type="search" name="query" autocomplete="off">
<button class="usa-button search-btn" type="submit">
<img src="{{site.baseurl}}/assets/img/usa-icons-bg/search--white.svg" class="usa-search__submit-icon" alt="Search" />
</button>
</div>
</form>
{% endif %}
2 changes: 1 addition & 1 deletion _layouts/priority-copy-coffa.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
---

<section class="usa-hero grid-container about-the-council {% unless page.priority_icons %} margin-bottom-4{% endunless %}">
<div class="grid-row grid-gap flex-align-center">
<div class="grid-row grid-gap flex-align-center div-height">
<div class="tablet:grid-col-auto tablet:grid-offset-1 text-center">
<img class="circle-card tablet:float-left" src="{{site.baseurl}}/assets/images/logos/{{ page.type }}.svg"
alt="{{ page.type }}" />
Expand Down
2 changes: 1 addition & 1 deletion _layouts/priority-copy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
---

<section class="usa-hero grid-container about-the-council {% unless page.priority_icons %} margin-bottom-4{% endunless %}">
<div class="grid-row grid-gap flex-align-center">
<div class="grid-row grid-gap flex-align-center div-height">
<div class="tablet:grid-col-auto tablet:grid-offset-1 text-center">
<img class="circle-card tablet:float-left" src="{{site.baseurl}}/assets/images/logos/{{ page.type }}.svg"
alt="{{ page.type }}" />
Expand Down
2 changes: 1 addition & 1 deletion _pages/coffa/about-our-council.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description:
---
<section class="usa-hero grid-container about-the-council margin-bottom-5">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6 div-height">
<div class="grid-col-10 grid-offset-1">
<div class="priority-tag-line">
<h1 class="margin-0 font-ui-2xl">{{ page.title }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion _pages/coffa/members.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- *****LOOP FOR Leadership *********-->

<section class="usa-hero grid-container about-the-council margin-bottom-5 ">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6 div-height">
<div class="grid-col-10 grid-offset-1">
<div class="priority-tag-line">
<h1 class="margin-0 font-ui-2xl">{{ page.title }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion _pages/coffa/support-team.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description:
---
<section class="usa-hero grid-container about-the-council margin-bottom-5 ">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6 div-height">
<div class="grid-col-10 grid-offset-1">
<div class="priority-tag-line">
<h1 class="margin-0 font-ui-2xl">{{ page.title }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion _pages/members/members.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- *****LOOP FOR Leadership *********-->

<section class="usa-hero grid-container about-the-council margin-bottom-5 ">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6 div-height">
<div class="grid-col-10 grid-offset-1">
<div class="priority-tag-line">
<h1 class="margin-0 font-ui-2xl">{{ page.title }}</h1>
Expand Down
6 changes: 6 additions & 0 deletions _pages/payment-accuracy/assets/css/main-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,13 @@ color:#005ea2;
.about-the-council {
background-image: linear-gradient(to top, rgba(0.4, 0.4, 0.4, 0.4), rgba(0.5, 0.5, 0.5, 0.5)), url('../images/about.jpg');
background-color: #19387b;
height: 12rem;
}

.div-height {
height: 12rem;
}

.ui-tabs-active a {
color: #2644d6;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion _pages/support-team.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description:
---
<section class="usa-hero grid-container about-the-council margin-bottom-5 ">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6">
<div class="grid-row grid-gap padding-top-6 padding-bottom-6 div-height">
<div class="grid-col-10 grid-offset-1">
<div class="priority-tag-line">
<h1 class="margin-0 font-ui-2xl">{{ page.title }}</h1>
Expand Down
5 changes: 5 additions & 0 deletions assets/css/main-page-blue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ color:#005ea2;
.about-the-council {
background-image: url('../images/hero-blue.png');
background-color: #000;
height: 12rem;
}
.ui-tabs-active a {
color: #3b7673;
Expand Down Expand Up @@ -1413,6 +1414,10 @@ a.checked {
background-color: #1c7d45;
}

.div-height {
height: 12rem;
}

.tabSection{
background-size:auto;
}
Expand Down
6 changes: 6 additions & 0 deletions assets/css/main-page-green.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,13 @@ color:#005ea2;
.about-the-council {
background-image: url('../images/Abstract-Green-Hero-Image.png');
background-color: #000;
height: 12rem;
}

.div-height {
height: 12rem;
}

.ui-tabs-active a {
color: #3b7673;
font-weight: bold;
Expand Down
6 changes: 6 additions & 0 deletions assets/css/main-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,13 @@ color:#005ea2;
.about-the-council{
background-image: linear-gradient(to top, rgba(0.4, 0.4, 0.4, 0.4), rgba(0.5, 0.5, 0.5, 0.5)), url('../images/about.jpg');
background-color: #19387b;
height: 12rem;
}

.div-height {
height: 12rem;
}

.ui-tabs-active a {
color: #2644d6;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion search/index-coffa.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---

<section class="usa-hero grid-container about-the-council margin-bottom-2">
<div class="grid-row grid-gap padding-top-6 padding-bottom-5">
<div class="grid-row grid-gap padding-top-6 padding-bottom-5 div-height">
<div class="grid-col-10 grid-offset-1">
<div class="priority-tag-line">
<h1 class="margin-0 font-ui-2xl">{{ page.title }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---

<section class="usa-hero grid-container about-the-council margin-bottom-2">
<div class="grid-row grid-gap padding-top-6 padding-bottom-5">
<div class="grid-row grid-gap padding-top-6 padding-bottom-5 div-height">
<div class="grid-col-10 grid-offset-1">
<div class="priority-tag-line">
<h1 class="margin-0 font-ui-2xl">{{ page.title }}</h1>
Expand Down

0 comments on commit 8e050cb

Please sign in to comment.