mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
alignmente
This commit is contained in:
@@ -96,7 +96,7 @@ ion-button{
|
||||
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
@@ -55,7 +55,7 @@ ion-button{
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-top: 15px;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
+1
-1
@@ -115,7 +115,7 @@ ion-button{
|
||||
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
+1
-1
@@ -115,7 +115,7 @@ ion-button{
|
||||
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
@@ -97,7 +97,7 @@ ion-button{
|
||||
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@ ion-button{
|
||||
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
@@ -95,7 +95,7 @@ ion-button{
|
||||
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
@@ -48,21 +48,30 @@
|
||||
</button>
|
||||
<div *ngIf="!hideRefreshBtn" class="title-icons">
|
||||
|
||||
<ion-segment [(ngModel)]="segmentVista" (ionChange)="onSegmentVistaChange()">
|
||||
<ion-segment-button value="listview" class="ion-segment-button-no-border" >
|
||||
<!-- <ion-segment [(ngModel)]="segmentVista" (ionChange)="onSegmentVistaChange()" style="overflow:hidden; margin-right: 45px;">
|
||||
<ion-segment-button value="listview" class="ion-segment-button-no-border pr-30" >
|
||||
<fa-icon icon="align-justify" [class.activeTab]="segmentVista == 'listview' "></fa-icon>
|
||||
</ion-segment-button>
|
||||
<ion-segment-button value="boxview" class="ion-segment-button-no-border">
|
||||
<fa-icon icon="th-large" [class.activeTab]="segmentVista == 'boxview' "></fa-icon>
|
||||
</ion-segment-button>
|
||||
</ion-segment>
|
||||
</ion-segment> -->
|
||||
|
||||
<div class="d-flex">
|
||||
<div (click)="segmentVista = 'listview' " class="mr-30">
|
||||
<fa-icon icon="align-justify" [class.activeTab]="segmentVista == 'listview' "></fa-icon>
|
||||
</div>
|
||||
<div (click)="segmentVista = 'boxview' ">
|
||||
<fa-icon icon="th-large" [class.activeTab]="segmentVista == 'boxview' "></fa-icon>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="segmentVista == 'listview' " class="d-flex px-30 justify-content-end width-100">
|
||||
<div *ngIf="segmentVista == 'listview' " class="d-flex px-20 justify-content-end width-100">
|
||||
<div title="Pesquisa" class="d-flex align-center cursor-pointer width-100 justify-end">
|
||||
<div (click)="openSearch();showSearch=true" *ngIf="!showSearch" class="d-flex">
|
||||
<!-- <div (click)="openSearch();showSearch=true" *ngIf="!showSearch" class="d-flex">
|
||||
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'doneIt' " class="font-35" src="assets/images/theme/doneIt/icons-search.svg"></ion-icon>
|
||||
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'default' " class="font-35" src='assets/images/icons-search.svg'></ion-icon>
|
||||
<ion-icon title="Perfil" *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" src='assets/images/theme/gov/icons-search.svg'></ion-icon>
|
||||
@@ -70,10 +79,10 @@
|
||||
<button title="Fechar" class="btn-no-color d-flex" (click)="closeSearch();showSearch=false;searchSubject=''" *ngIf="showSearch">
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' || ThemeService.currentTheme == 'doneIt' " class="font-35" name="restaurant-outline" src="assets/images/icons-search-close.svg"></ion-icon>
|
||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="font-35" name="restaurant-outline" src="assets/images/theme/gov/icons-search-close.svg"></ion-icon>
|
||||
</button>
|
||||
</button> -->
|
||||
|
||||
<div *ngIf="showSearch" class="width-100">
|
||||
<div class="d-flex search-input-container ml-10 justify-between" *ngIf="showSearch">
|
||||
<div class="d-flex search-input-container justify-between" *ngIf="showSearch">
|
||||
<!-- <div class="icon" (click)="basicSearch()">
|
||||
<ion-icon class="icon-z" slot="end" name="search"></ion-icon>
|
||||
</div> -->
|
||||
|
||||
@@ -721,4 +721,13 @@ ion-content{
|
||||
|
||||
.activeTab {
|
||||
color: #cf1521;
|
||||
}
|
||||
|
||||
|
||||
|
||||
ion-segment-button {
|
||||
width: 27px;
|
||||
height: 11px;
|
||||
min-width: 27px;
|
||||
min-height: 27px;
|
||||
}
|
||||
@@ -97,7 +97,7 @@ export class GabineteDigitalPage implements OnInit {
|
||||
filterName: 'Para hoje' | 'Novos'| 'Lidos'| 'Não lidos'| 'OverdueTasks' | 'Todos' = 'Todos'
|
||||
|
||||
hideSearchBtn: boolean = false;
|
||||
showSearch = false;
|
||||
showSearch = true;
|
||||
searchSubject: string = '';
|
||||
AllProcess = []
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ ion-button{
|
||||
|
||||
.upper-content{
|
||||
font-family: Roboto;
|
||||
margin-left: 41px;
|
||||
margin-left: 36px;
|
||||
font-size: 18px;
|
||||
|
||||
.label{
|
||||
|
||||
Reference in New Issue
Block a user