mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Remove dev test data
This commit is contained in:
@@ -76,19 +76,18 @@
|
|||||||
|
|
||||||
<!-- search result categories-->
|
<!-- search result categories-->
|
||||||
<div class="options flex-md-grow-1 " *ngIf="showDocuments"
|
<div class="options flex-md-grow-1 " *ngIf="showDocuments"
|
||||||
style="border-bottom: 1px solid #f3f3f3;"
|
style="border-bottom: 1px solid #f3f3f3;width: unset"
|
||||||
>
|
>
|
||||||
<div class="container ">
|
<div class="container ">
|
||||||
<div class="d-flex width-100">
|
<div class="d-flex overflow-x-auto">
|
||||||
<!-- SLIDE -->
|
<!-- SLIDE -->
|
||||||
<ion-slides class="slide width-100" pager="false" [options]="slideOpts">
|
<div *ngFor="let category of searchCategories; index as i;" class="d-flex py-10" style="width:0px">
|
||||||
<ion-slide *ngFor="let category of searchCategories; index as i;">
|
|
||||||
<div [ngClass]="{'active-category': category.Active}" class="button" (click)="filterDocList(category.Name)" (click)="activeCategoty(i)" >
|
<div [ngClass]="{'active-category': category.Active}" class="button" (click)="filterDocList(category.Name)" (click)="activeCategoty(i)" >
|
||||||
<p>{{ category.Name }}</p>
|
<span>{{ category.Name }}</span>
|
||||||
<ion-label class="label">{{ category.Qtd }}</ion-label>
|
<ion-label class="label">{{ category.Qtd }}</ion-label>
|
||||||
</div>
|
</div>
|
||||||
</ion-slide>
|
</div>
|
||||||
</ion-slides>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="icon-z icon-most-searched-word-open " ion-button icon-only >
|
<button class="icon-z icon-most-searched-word-open " ion-button icon-only >
|
||||||
@@ -130,8 +129,13 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<ion-icon *ngIf="ordinance == 'old'" (click)="reorderList('recent')" src="assets/images/icons-arrow-arrow-up.svg"></ion-icon>
|
<div *ngIf="ordinance == 'old'" (click)="reorderList('recent')">
|
||||||
<ion-icon *ngIf="ordinance == 'recent'" (click)="reorderList('old')" src="assets/images/icons-arrow-arrow-down-25.svg"></ion-icon>
|
<ion-icon src="assets/images/icons-arrow-arrow-up.svg"></ion-icon>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div *ngIf="ordinance == 'recent'" (click)="reorderList('old')">
|
||||||
|
<ion-icon src="assets/images/icons-arrow-arrow-down-25.svg"></ion-icon>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -167,5 +171,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
@@ -61,13 +61,12 @@ ion-slide{
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
p{
|
span{
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
color: #0d89d1;
|
color: #0d89d1;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
.label{
|
.label{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -75,6 +74,7 @@ ion-slide{
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: #797979;
|
color: #797979;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user