mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
change calendar description in agenda component
This commit is contained in:
@@ -224,13 +224,13 @@
|
||||
</ion-row>
|
||||
</ion-row>
|
||||
|
||||
<div class="d-none d-md-flex" *ngIf="loggeduser.Profile == 'MDGPR'">
|
||||
<div class="flex-grow-1 text-grey d-flex justify-center align-center">
|
||||
<div>Própria</div>
|
||||
<div class="calendar-title-container px-20 d-none d-md-flex" *ngIf="loggeduser.Profile == 'MDGPR'">
|
||||
<div class="calendar-title-description flex-grow-1 text-grey d-flex justify-center align-center">
|
||||
<div>Meu Calendário</div>
|
||||
</div>
|
||||
<div class="flex-grow-1 text-black">
|
||||
<div class="calendar-title-description text-black align-center">
|
||||
<div class="flex-grow-1 text-grey d-flex justify-center align-center">
|
||||
<div>Presidente da República</div>
|
||||
<div>Calendário do Presidente da República</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -748,7 +748,7 @@ app-approve-event{
|
||||
padding: 0px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
li.active {
|
||||
background-color: var(--mat-selected) !important;
|
||||
color: white;
|
||||
@@ -839,14 +839,21 @@ app-approve-event{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
$font-size: 11pt;
|
||||
|
||||
.changeText{
|
||||
font-family: $font-family;
|
||||
font-size: $font-size;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.calendar-title-container{
|
||||
width: 100% !important;
|
||||
.calendar-title-description {
|
||||
width: 50% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user