[ACS-7328] Fix searchbar display (#3729)

This commit is contained in:
tomson
2024-03-26 11:41:06 +01:00
committed by MichalKinas
parent f5440c2d08
commit 3900a33035

View File

@@ -1,6 +1,8 @@
$top-margin: 12px;
.app-suffix-search-icon-wrapper {
display: flex;
align-items: center;
height: 6px;
margin: 14px 1px;
float: left;
@@ -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 {