Skip to content

Commit

Permalink
merged into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsmithRTI committed Sep 21, 2023
2 parents ed71cb9 + a290ccc commit 8e8ba99
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 89 deletions.
124 changes: 62 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/NameAutocomplete.vue
Expand Up @@ -3,10 +3,10 @@
<v-combobox
:items="items"
:loading="isLoading"
label="Enter a school"
v-model="search"
search.sync="search"
item-text="school.name"
placeholder="Enter a School"
autocomplete="off"
hide-details
class="pt-0 mt-0"
Expand Down
2 changes: 2 additions & 0 deletions src/components/ScorecardHeader.vue
Expand Up @@ -124,6 +124,7 @@ header {
flat
>
<div id="nav-site-title">
<a href="#main-content" class="sr-only">Skip to main content</a>
<a :href="$url('/')"
><div class="logo">
<img
Expand Down Expand Up @@ -304,6 +305,7 @@ header {
</v-list-item-group>
</v-list>
</v-navigation-drawer>
<a id="main-content"></a>
</div>
</client-only>
</template>
Expand Down
15 changes: 10 additions & 5 deletions src/components/SearchForm.vue
Expand Up @@ -9,6 +9,11 @@
}
}
.v-input--checkbox >>> .theme--light.v-label {
color: $search-options !important;
}
.search-panel-header {
background-color: #c5d3e1;
border-radius: 0px !important;
Expand Down Expand Up @@ -91,7 +96,7 @@

<span class="search-subhead pt-5">Graduate</span>
<v-checkbox
id="search-form-fos-degree-c"
id="search-form-fos-degree-m"
class="search-form-degree-cb my-0 py-0"
v-model="input.cip4_degree"
label="Master's Degree"
Expand All @@ -101,7 +106,7 @@
></v-checkbox>

<v-checkbox
id="search-form-fos-degree-a"
id="search-form-fos-degree-p"
class="search-form-degree-cb my-0 py-0"
v-model="input.cip4_degree"
label="Post-baccalaureate Certificate"
Expand All @@ -111,7 +116,7 @@
></v-checkbox>

<v-checkbox
id="search-form-fos-degree-b"
id="search-form-fos-degree-d"
class="search-form-degree-cb my-0 py-0"
v-model="input.cip4_degree"
label="Doctoral Degree"
Expand All @@ -121,7 +126,7 @@
></v-checkbox>

<v-checkbox
id="search-form-fos-degree-a"
id="search-form-fos-degree-f"
class="search-form-degree-cb my-0 py-0"
v-model="input.cip4_degree"
label="First Professional Degree"
Expand All @@ -131,7 +136,7 @@
></v-checkbox>

<v-checkbox
id="search-form-fos-degree-b"
id="search-form-fos-degree-g"
class="search-form-degree-cb my-0 py-0"
v-model="input.cip4_degree"
label="Graduate/Professional Certificate"
Expand Down

0 comments on commit 8e8ba99

Please sign in to comment.