-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Inbox: fix links; - Profile: fix outline button and links; - UI -> Buttons: fix justify content; - UI -> modal: fix close buttons; - Charts: fix colors
- Loading branch information
Showing
13 changed files
with
104 additions
and
91 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/app/pages/ecommerce/product-grid/components/filter/filter.template.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<div class="filters"> | ||
<div class="filters-group" *ngFor="let filter of filters.mainFilters"> | ||
{{filter.name}} | ||
<filter-dropdown [dropdown]="filter.items"></filter-dropdown> | ||
<filter-dropdown [dropdown]="filter.items" class="ml-2"></filter-dropdown> | ||
</div> | ||
<div class="filters-group"> | ||
{{filters.sortFilter.name}} | ||
<filter-dropdown [dropdown]="filters.sortFilter.items"></filter-dropdown> | ||
<filter-dropdown [dropdown]="filters.sortFilter.items" class="ml-2"></filter-dropdown> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.