mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
despacho
This commit is contained in:
@@ -23,7 +23,7 @@ ion-content, .main-content{
|
|||||||
}
|
}
|
||||||
.main-header{
|
.main-header{
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 25px;
|
font-size: rem(25);
|
||||||
color:#000;
|
color:#000;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
// padding: 30px 20px 0 20px !important;
|
// padding: 30px 20px 0 20px !important;
|
||||||
@@ -48,13 +48,13 @@ ion-content, .main-content{
|
|||||||
border-bottom: 5px solid #42b9fe;
|
border-bottom: 5px solid #42b9fe;
|
||||||
|
|
||||||
.bottom-text{
|
.bottom-text{
|
||||||
font-size: 15px !important;
|
font-size: rem(15) !important;
|
||||||
font-family: Roboto !important;
|
font-family: Roboto !important;
|
||||||
color: #0d89d1 !important;
|
color: #0d89d1 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item-list-small{
|
.item-list-small{
|
||||||
font-size: 11px;
|
font-size: rem(11);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.ion-item-class{
|
.ion-item-class{
|
||||||
@@ -97,12 +97,12 @@ ion-item{
|
|||||||
.div-content-expediente h3, .div-content-pendentes h3{
|
.div-content-expediente h3, .div-content-pendentes h3{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 14pt;
|
font-size: rem(19);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.div-icon{
|
.div-icon{
|
||||||
width: 10%;
|
width: 10%;
|
||||||
font-size: 20px;
|
font-size: rem(20);
|
||||||
float: left;
|
float: left;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
}
|
}
|
||||||
@@ -112,7 +112,7 @@ ion-item{
|
|||||||
|
|
||||||
}
|
}
|
||||||
.div-content-expediente p, .div-content-pendentes p{
|
.div-content-expediente p, .div-content-pendentes p{
|
||||||
font-size: 14pt;
|
font-size: rem(19);
|
||||||
color: rgb(94, 92, 92);
|
color: rgb(94, 92, 92);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -120,14 +120,14 @@ ion-item{
|
|||||||
.span-left{
|
.span-left{
|
||||||
/* border: 1px solid red; */
|
/* border: 1px solid red; */
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 12px;
|
font-size: rem(12);
|
||||||
padding-left: 18px;
|
padding-left: 18px;
|
||||||
}
|
}
|
||||||
.span-right{
|
.span-right{
|
||||||
/* border: 1px solid blue; */
|
/* border: 1px solid blue; */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 12px;
|
font-size: rem(12);
|
||||||
padding-right: 18px;
|
padding-right: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,7 +151,7 @@ ion-item{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 12pt;
|
font-size: rem(16);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--title-text-color);
|
color: var(--title-text-color);
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
@@ -169,12 +169,12 @@ ion-item{
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
|
||||||
ion-icon{
|
ion-icon{
|
||||||
font-size: 12pt;
|
font-size: rem(16);
|
||||||
color: #42b9fe;
|
color: #42b9fe;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
label{
|
label{
|
||||||
font-size: 10pt;
|
font-size: rem(14);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -183,7 +183,7 @@ ion-item{
|
|||||||
|
|
||||||
}
|
}
|
||||||
.exp-middle-detail{
|
.exp-middle-detail{
|
||||||
font-size: 12pt;
|
font-size: rem(16);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
@@ -203,7 +203,7 @@ ion-item{
|
|||||||
.exp-date{
|
.exp-date{
|
||||||
width: auto;
|
width: auto;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 10pt;
|
font-size: rem(14);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-stretch: normal;
|
font-stretch: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@@ -236,7 +236,7 @@ ion-item{
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.div-search{
|
.div-search{
|
||||||
font-size: 45px;
|
font-size: rem(45);
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 0 0 10px
|
margin: 0 0 0 10px
|
||||||
}
|
}
|
||||||
@@ -250,7 +250,7 @@ ion-item{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.div-profile{
|
.div-profile{
|
||||||
font-size: 45px;
|
font-size: rem(45);
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
@@ -2,12 +2,12 @@
|
|||||||
<ion-progress-bar type="indeterminate" *ngIf="loading && loaderTop"></ion-progress-bar>
|
<ion-progress-bar type="indeterminate" *ngIf="loading && loaderTop"></ion-progress-bar>
|
||||||
<div class="px-20 pt-30 d-flex justify-space-between">
|
<div class="px-20 pt-30 d-flex justify-space-between">
|
||||||
<div class="d-flex align-center pointer">
|
<div class="d-flex align-center pointer">
|
||||||
<div class="font-35 d-flex" *ngIf="goBackButton" (click)="goBack.emit()">
|
<div class="font-35-rem d-flex" *ngIf="goBackButton" (click)="goBack.emit()">
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src='assets/images/theme/gov/icons-calendar-arrow-left.svg'></ion-icon>
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " slot="end" src='assets/images/theme/{{ThemeService.currentTheme}}/icons-calendar-arrow-left.svg'></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
<ion-label class="font-25" >{{ headerName }}</ion-label>
|
<ion-label class="font-25-rem" >{{ headerName }}</ion-label>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex align-center ">
|
<div class="d-flex align-center ">
|
||||||
|
|
||||||
@@ -43,11 +43,11 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="d-flex" (click)="reorderList.emit('old')" *ngIf="ordinance == 'recent' ">
|
<div class="d-flex" (click)="reorderList.emit('old')" *ngIf="ordinance == 'recent' ">
|
||||||
|
|
||||||
<ion-icon class="mr-10 font-25" src="assets/images/theme/gov/crescente.svg" ></ion-icon>
|
<ion-icon class="mr-10 font-25-rem" src="assets/images/theme/gov/crescente.svg" ></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex" (click)="reorderList.emit('recent')" *ngIf="ordinance != 'recent' ">
|
<div class="d-flex" (click)="reorderList.emit('recent')" *ngIf="ordinance != 'recent' ">
|
||||||
<ion-icon class="mr-10 font-25" src="assets/images/theme/gov/decrescente.svg" ></ion-icon>
|
<ion-icon class="mr-10 font-25-rem" src="assets/images/theme/gov/decrescente.svg" ></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "89e11c6fe",
|
"shortSHA": "3df11142f",
|
||||||
"SHA": "89e11c6fe47a65bfe2c3975c3558023a8de784a3",
|
"SHA": "3df11142f601b506e5a542797d92274cc0051fe8",
|
||||||
"branch": "feature/mobile-viewport",
|
"branch": "feature/mobile-viewport",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Fri Jun 30 10:49:33 2023 +0100'",
|
"lastCommitTime": "'Thu Jul 6 12:18:15 2023 +0100'",
|
||||||
"lastCommitMessage": "merge",
|
"lastCommitMessage": "responsive",
|
||||||
"lastCommitNumber": "5035",
|
"lastCommitNumber": "5036",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch feature/mobile-viewport\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/domain/process/DispatchDomain.ts\n\tmodified: src/app/home/home.page.html\n\tmodified: src/app/home/home.page.scss\n\tmodified: src/app/modals/profile/edit-profile/edit-profile.page.scss\n\tmodified: src/app/modals/profile/profile.page.scss\n\tmodified: src/app/models/dailyworktask.model.ts\n\tmodified: src/app/pages/agenda/agenda.page.html\n\tmodified: src/app/pages/agenda/agenda.page.scss\n\tmodified: src/app/pages/agenda/agenda.page.ts\n\tmodified: src/app/pages/agenda/edit-event/edit-event.page.html\n\tmodified: src/app/pages/agenda/new-event/new-event.page.html\n\tmodified: src/app/pages/agenda/new-event/new-event.page.scss\n\tmodified: src/app/pages/agenda/view-event/view-event.page.html\n\tmodified: src/app/pages/chat/chat.page.html\n\tmodified: src/app/pages/chat/chat.page.scss\n\tmodified: src/app/pages/chat/edit-group/edit-group.page.scss\n\tmodified: src/app/pages/chat/group-messages/group-contacts/group-contacts.page.scss\n\tmodified: src/app/pages/chat/group-messages/group-messages.page.scss\n\tmodified: src/app/pages/chat/messages/contacts/contacts.page.scss\n\tmodified: src/app/pages/chat/messages/messages.page.scss\n\tmodified: src/app/pages/chat/messages/messages.page.ts\n\tmodified: src/app/pages/chat/new-group/contacts/contacts.page.scss\n\tmodified: src/app/pages/chat/new-group/new-group.page.scss\n\tmodified: src/app/pages/events/events.page.html\n\tmodified: src/app/pages/events/events.page.scss\n\tmodified: src/app/pages/gabinete-digital/despachos/despachos.page.scss\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.html\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.scss\n\tdeleted: src/app/pages/publications/publication-detail/publication-detail-routing.module.ts\n\tdeleted: src/app/pages/publications/publication-detail/publication-detail.module.ts\n\tdeleted: src/app/pages/publications/publication-detail/publication-detail.page.html\n\tdeleted: src/app/pages/publications/publication-detail/publication-detail.page.scss\n\tdeleted: src/app/pages/publications/publication-detail/publication-detail.page.spec.ts\n\tdeleted: src/app/pages/publications/publication-detail/publication-detail.page.ts\n\tmodified: src/app/pages/publications/publications.page.html\n\tmodified: src/app/pages/publications/publications.page.scss\n\tmodified: src/app/pages/publications/view-publications/publication-detail/publication-detail.page.html\n\tmodified: src/app/pages/publications/view-publications/publication-detail/publication-detail.page.scss\n\tmodified: src/app/pages/publications/view-publications/view-publications.page.html\n\tmodified: src/app/pages/publications/view-publications/view-publications.page.scss\n\tmodified: src/app/services/theme.service.ts\n\tmodified: src/app/services/toast.service.ts\n\tmodified: src/app/shared/agenda/view-event/view-event.page.html\n\tmodified: src/app/shared/header/header.page.html\n\tmodified: src/app/shared/header/header.page.scss\n\tmodified: src/app/shared/popover/chat-options-popover/chat-options-popover.page.scss\n\tmodified: src/environments/suport/oapr.ts\n\tmodified: src/function.scss\n\tmodified: src/global.scss\n\tmodified: src/style/main.scss\n\tmodified: src/theme/variables.scss\n\tmodified: version/git-version.ts\n\tnew file: web.config",
|
"changeStatus": "On branch feature/mobile-viewport\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/despachos-pr/despachos-pr.page.scss\n\tmodified: src/app/shared/gabinete-digital/generic/task-list-header/task-list-header.page.html",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user