mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Improve
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="add-people" (click)="addParticipants()">
|
<div class="add-people" (click)="addParticipants()">
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -299,7 +299,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="add-people" (click)="addParticipantsCc()">
|
<div class="add-people" (click)="addParticipantsCc()">
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -66,7 +66,7 @@
|
|||||||
float: right;
|
float: right;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
padding: 10px;
|
display: flex;
|
||||||
}
|
}
|
||||||
.list-people-title{
|
.list-people-title{
|
||||||
/* font-size: 13px; */
|
/* font-size: 13px; */
|
||||||
|
|||||||
+1
-1
@@ -70,7 +70,7 @@
|
|||||||
float: right;
|
float: right;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
padding: 10px;
|
display: flex;
|
||||||
}
|
}
|
||||||
.list-people-title{
|
.list-people-title{
|
||||||
/* font-size: 13px; */
|
/* font-size: 13px; */
|
||||||
|
|||||||
@@ -1293,3 +1293,8 @@ ngx-mat-datetime-content{
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-people {
|
||||||
|
align-items: center;
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user