Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tmushayahama committed Oct 5, 2020
1 parent bad12a9 commit 10d6aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/app/main/apps/noctua-search/noctua-search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,23 @@ <h4 *ngIf="!noctuaUserService.user">
matBadge="{{artBasket?.cams.length}}" matBadgePosition="after" matBadgeColor="warn" class="" color=""
[ngClass]="{'noc-active': noctuaSearchMenuService.selectedMiddlePanel === MiddlePanel.cams,
'noc-visited': noctuaSearchMenuService.reviewLevel>0}">
<div class="noc-title">Select Models</div><br>
<div class="noc-title">Search</div><br>
<div class="noc-description">Add/remove to review</div>
</button>
<div class="noc-line" fxFlex="80px" [ngClass]="{'noc-visited': noctuaSearchMenuService.reviewLevel>0}">
</div>
<button mat-stroked-button (click)="selectMiddlePanel(MiddlePanel.camsReview)" [ngClass]="{'noc-active': noctuaSearchMenuService.selectedMiddlePanel === MiddlePanel.camsReview,
'noc-visited': noctuaSearchMenuService.reviewLevel>1}" class="" color="">
<div class="noc-title">Review Models</div> <br>
<div class="noc-description">Review selected models</div>
<div class="noc-title">Review</div> <br>
<div class="noc-description">Edit models</div>
</button>
<div class="noc-line" fxFlex="80px" [ngClass]="{'noc-visited': noctuaSearchMenuService.reviewLevel>1}">
</div>
<button mat-stroked-button (click)="selectMiddlePanel(MiddlePanel.reviewChanges)" class="" color=""
[ngClass]="{'noc-active': noctuaSearchMenuService.selectedMiddlePanel === MiddlePanel.reviewChanges,
'noc-visited': noctuaSearchMenuService.reviewLevel>2}">
<div class="noc-title">Checkout</div> <br>
<div class="noc-description">Review changes & save</div>
<div class="noc-description">Review and submit changes</div>
</button>
<div class="noc-line" fxFlex [ngClass]="{'noc-visited': noctuaSearchMenuService.reviewLevel>2}">
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ $warn: map-get($theme, warn);

button {
@include deep-height(60px);
@include deep-width(170px);
@include deep-width(180px);
line-height: 12px !important;

border: #BBB solid 1px;
Expand Down

0 comments on commit 10d6aed

Please sign in to comment.