Skip to content

Commit

Permalink
Fix search input
Browse files Browse the repository at this point in the history
  • Loading branch information
jovana committed Dec 21, 2023
1 parent 64eaa88 commit 1015479
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
19 changes: 18 additions & 1 deletion ckanext/kepa/assets/css/kepa.css

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

2 changes: 1 addition & 1 deletion ckanext/kepa/assets/css/kepa.css.map

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

21 changes: 20 additions & 1 deletion ckanext/kepa/assets/scss/kepa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

.masthead {
padding: 0 !important;
background-color: $primary-color;
// background-color: $primary-color;
}

.masthead .logo-text {
Expand Down Expand Up @@ -104,9 +104,28 @@
padding: 0;
}

.search-form .search-input button i {
color: $white;
}

.form-control {
border: none;
border-radius: 0;
margin-right: 0 !important;
width: 80%;
}

.site-search .btn {
background-color: white;
border: none;
border-radius: 0 !important;
margin-left: 0 !important;
}

@media screen and (max-width: 980px) {
.form-control {
width: 100%;
}
}

.tags {
Expand Down

0 comments on commit 1015479

Please sign in to comment.