Skip to content

Commit

Permalink
Fix search-bar's dropdown and help button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ommann committed Sep 4, 2024
1 parent 3114b54 commit 70279ac
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/migration-mdc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,30 @@ app-footer button.review {
body app-news-card mat-card.mat-mdc-card {
padding: 1rem !important;
}

// Search's help button
.search-help > button > span {
font-size: 0.88rem;
padding: 0.5rem;
font-weight: 500;
}

.search-help > button.down > span.mdc-button__label::after {
font-family: 'FontAwesome';
content: '\f078';
display: inline-block;
padding-left: 0.25rem;
}

// Search's help button
.search-help > button.up > span.mdc-button__label::after {
font-family: 'FontAwesome';
content: '\f077';
display: inline-block;
padding-left: 0.25rem;
}

// Search's dropdown
app-search-bar > div > div > div > form > div > div.input-group > button > span.mdc-button__label > span {
font-weight: 500;
}

0 comments on commit 70279ac

Please sign in to comment.