mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7328] Fix searchbar display (#3729)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user