-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,7 +159,7 @@ else | |
|
||
<div class="@groupsTheme border-bottom"> | ||
<div class="d-flex @(headerPadding)" data-bs-toggle="collapse" data-bs-target="#ProductGroupNavigation_@deviceType" role="button" aria-expanded="true" aria-controls="ProductGroupNavigation_@deviceType"> | ||
<h6 class="my-3 opacity-75 m-0 flex-fill">@Translate("Navigation")</h6> | ||
<h2 class="my-3 opacity-85 m-0 flex-fill h6">@Translate("Navigation")</h2> | ||
<div class="my-auto collapse-chevron-icon"></div> | ||
</div> | ||
<div class="collapse show pb-3@(bodyPadding)" id="ProductGroupNavigation_@deviceType"> | ||
|
@@ -172,7 +172,7 @@ else | |
{ | ||
<div class="@groupsTheme border-bottom"> | ||
<div class="d-flex@(headerPadding)"> | ||
<h6 class="my-3 opacity-75 flex-fill">@Translate("Sort by")</h6> | ||
<h2 class="my-3 opacity-85 flex-fill h6">@Translate("Sort by")</h2> | ||
</div> | ||
<div class="pb-3@(bodyPadding)"> | ||
@if (Model.Item.GetBoolean("SortByNameAZ")) | ||
|
@@ -246,7 +246,7 @@ else | |
{ | ||
<div class="@groupsTheme @border @groupCount @totalGroups"> | ||
<div class="d-flex @(headerPadding)" data-bs-toggle="collapse" data-bs-target="#[email protected](" ", "")_@deviceType" role="button" aria-expanded="true" aria-controls="[email protected](" ", "")_@deviceType"> | ||
<h6 class="my-3 opacity-75 m-0 flex-fill">@facet.Name</h6> | ||
<h2 class="my-3 opacity-85 m-0 flex-fill h6">@facet.Name</h2> | ||
<div class="my-auto collapse-chevron-icon"></div> | ||
</div> | ||
<div class="collapse show pb-3@(bodyPadding)" id="[email protected](" ", "")_@deviceType"> | ||
|
@@ -292,7 +292,7 @@ else | |
<input type="checkbox" onclick="ProductList.Update(event)" class="form-check-input" name="@facet.QueryParameter" value="[@facetOption.Value]" data-filter-value="@facetLabel" @selected> | ||
<span class="form-check-label d-flex align-items-center"> | ||
<span class="flex-fill">@facetLabel </span> | ||
<small class="opacity-75">@facetOption.Count</small> | ||
<small class="opacity-85">@facetOption.Count</small> | ||
</span> | ||
</label> | ||
} | ||
|
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