mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -290,6 +290,7 @@
|
||||
</app-approve-event>
|
||||
|
||||
<app-attendee-modal
|
||||
[footer]="true"
|
||||
class="d-flex flex-column height-100"
|
||||
*ngIf="mobileComponent.showAttendees"
|
||||
(closeComponent)="GoBackEditOrAdd()"
|
||||
|
||||
@@ -219,9 +219,11 @@
|
||||
|
||||
<app-attendee-modal class="aside-right flex-column height-100 d-none d-md-flex pt-10"
|
||||
*ngIf="showAttendees"
|
||||
[footer]="false"
|
||||
[taskParticipants]="taskParticipants"
|
||||
[taskParticipantsCc]="taskParticipantsCc"
|
||||
[adding]="adding"
|
||||
[footer]="false"
|
||||
(dynamicSetIntervenient)="dynamicSetIntervenient($event)"
|
||||
></app-attendee-modal>
|
||||
|
||||
|
||||
+1
@@ -190,6 +190,7 @@
|
||||
<div class="aside-righ flex-grow-1">
|
||||
<app-attendee-modal class=" d-flex flex-column height-100"
|
||||
*ngIf="showAttendees"
|
||||
[footer]="false"
|
||||
[taskParticipants]="taskParticipants"
|
||||
[taskParticipantsCc]="taskParticipantsCc"
|
||||
[adding]="adding"
|
||||
|
||||
+1
@@ -140,6 +140,7 @@
|
||||
*ngIf="showAttendees"
|
||||
class="d-flex flex-column height-100 hide-footer"
|
||||
[adding]="adding"
|
||||
[footer]="false"
|
||||
[taskParticipants]="taskParticipants"
|
||||
[taskParticipantsCc]="taskParticipantsCc"
|
||||
(closeComponent)="closeComponent()"
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="d-flex align-center justify-center pt-25 clear" (click)="pin=!pin">
|
||||
<div class="voltar d-flex align-center justify-center pt-25 clear" (click)="pin=!pin">
|
||||
Voltar
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -89,6 +89,7 @@ ion-content{
|
||||
border-radius: 56px;
|
||||
margin-left: 30px;
|
||||
margin-bottom: 15px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.title{
|
||||
@@ -135,4 +136,8 @@ ion-content{
|
||||
background-position: center;
|
||||
background-position-y: 78px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.voltar{
|
||||
user-select: none;
|
||||
}
|
||||
Reference in New Issue
Block a user