mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
goback arrow on publication details added
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
|||||||
<div class="title-content d-flex pl-20">
|
<div class="title-content d-flex pl-20">
|
||||||
<div class="back-icon cursor-pointer" (click)="goBack()">
|
<div class="back-icon cursor-pointer" (click)="goBack()">
|
||||||
|
|
||||||
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="font-30" 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 == 'default' " class="font-30" slot="end" src='assets/images/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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="div-title">
|
<div class="div-title">
|
||||||
|
|||||||
@@ -620,6 +620,7 @@ body {
|
|||||||
|
|
||||||
.gov {
|
.gov {
|
||||||
--ion-color-primary: #000;
|
--ion-color-primary: #000;
|
||||||
|
--ion-color-secondary: #e4e8eb75;
|
||||||
--login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important;
|
--login-background: linear-gradient(180deg, #c63527 60%, #000 100%) !important;
|
||||||
--button-hover: #c63527;
|
--button-hover: #c63527;
|
||||||
--button-color: #ffb81c;
|
--button-color: #ffb81c;
|
||||||
@@ -684,6 +685,7 @@ body {
|
|||||||
|
|
||||||
.default {
|
.default {
|
||||||
--ion-color-primary: #3880ff;
|
--ion-color-primary: #3880ff;
|
||||||
|
--ion-color-secondary: #e4e8eb75;
|
||||||
--login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important;
|
--login-background: linear-gradient(180deg, #42b9fe 0%, #0782c9 100%) !important;
|
||||||
--button-hover: #42b9fe;
|
--button-hover: #42b9fe;
|
||||||
--inicio-open-page-from-box: #42b9fe;
|
--inicio-open-page-from-box: #42b9fe;
|
||||||
|
|||||||
Reference in New Issue
Block a user