Skip to content

Commit 3cf509f

Browse files
committed
Re-styled search form container with rounded edges.
1 parent 4d4a9ff commit 3cf509f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/themes/datashare/app/shared/search-form/search-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- // DATASHARE - start -->
2-
<div class="px-3 py-2 my-3 bg-primary text-white">
2+
<div class="datashare-search-form-container px-3 py-2 my-3 bg-primary text-white">
33
<h3 class="border-bottom">Search the Datashare Repository</h3>
44
<form #form="ngForm" (ngSubmit)="onSubmit(form.value)" action="/search">
55
<div>

src/themes/datashare/app/shared/search-form/search-form.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.datashare-search-form-container {
2+
border-radius: 0.5rem;
3+
}
4+
5+
16
.scope-button {
27
color: var(--datashare-blue-muted) !important;
38
background-color: #fff !important;

0 commit comments

Comments
 (0)