Skip to content

Commit

Permalink
FIX :
Browse files Browse the repository at this point in the history
-CSS styling for the search-dialog component in the ARLAS toolkit has been refined to improve visual consistency.
  • Loading branch information
MAudelGisaia committed Jan 12, 2024
1 parent ad68904 commit a1d84fa
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,37 +67,37 @@ $search-width: 400px;
.autocomplete {
margin: 4px 2px;
padding: 0;

li:last {
padding-bottom: 0;
}

.search-warning {
@include search-text;
}

.search-option {
@include search-text;
display: flex;
justify-content: space-between;
cursor: pointer;

&:hover {
background-color: rgba(208, 217, 226, 0.548);
}

span {
padding: 0 4px;
}

.count {
color: #5a5555;
}
}
}
}

::ng-deep .mat-dialog-content {
::ng-deep #arlas-search-dialog .mat-dialog-content {
padding: 0;
margin: -20px;
}
Expand All @@ -106,4 +106,4 @@ $search-width: 400px;
border: 1px solid #a1a1a1;
border-radius: 8px !important;
box-shadow: none;
}
}

0 comments on commit a1d84fa

Please sign in to comment.