Skip to content

Commit

Permalink
[ACS-7328] Fix searchbar display (#3729)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomson7777 authored and MichalKinas committed Jul 19, 2024
1 parent f082cf0 commit 9110650
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
$top-margin: 12px;

.app-suffix-search-icon-wrapper {
display: flex;
align-items: center;
height: 6px;
margin: 14px 1px;
float: left;
Expand Down Expand Up @@ -46,8 +48,12 @@ $top-margin: 12px;
}
}

.mat-mdc-text-field-wrapper {
background-color: var(--theme-search-background-color);
}

.app-search-button {
top: -2px;
top: 2px;
left: -8px;

&-icon {
Expand Down

0 comments on commit 9110650

Please sign in to comment.