save theme 1 for doneIt

This commit is contained in:
Peter Maquiran
2022-10-18 14:51:24 +01:00
parent fa05871de5
commit 46296f5f3e
93 changed files with 520 additions and 92 deletions
@@ -19,6 +19,7 @@
<div class="header-content width-100 d-flex justify-space-between">
<div (click)="close()" class="header-icon-left cursor-pointer">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " src="assets/images/icons-arrow-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " src="assets/images/theme/doneIt/icons-calendar-arrow-left.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src="assets/images/theme/gov/icons-calendar-arrow-left.svg"></ion-icon>
</div>
<div class="header-title flex-grow-1 cursor-pointer">
@@ -51,7 +51,7 @@
.event-type-Oficial{
font-family: Roboto;
border-radius: 20px;
background: #ffb703;
background: var(--label-bg-color);
float: right !important;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
@@ -48,7 +48,7 @@
}
.event-mdgpr-Oficial{
border-radius: 5px;
border-right: 5px solid #ffb703;
border-right: 5px solid var(--label-bg-color);
overflow: auto;
}
.event-mdgpr-Pessoal{
@@ -112,7 +112,7 @@ ion-content{
.label{
width: fit-content;
border-radius: 20px;
background: #ffb703;
background: var(--label-bg-color);
float: right !important;
padding: 5px 13.5px 5px 13.5px;
color: #fff;