Skip to content

Commit

Permalink
Fix k-centre explorer search button
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 23, 2024
1 parent 04bc826 commit db84dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/modules/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ a.news-more-link {
}


.btn.btn-outline-primary:not(:has(.btn.btn-outline-primary)) {
.btn.btn-outline-primary:not(:has(.btn.btn-outline-primary)):not(#edit-submit-k-centres-search) {
background: transparent url("../images/arrow-right-blue2.svg") no-repeat right 16px center/15px;
border-color: $dark-blue-02;
border-radius: 27.5px;
Expand Down

0 comments on commit db84dd8

Please sign in to comment.