From 3937c0c9c83774eb2f37bab8f8a94b63bb540d00 Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Wed, 1 Sep 2021 17:32:11 +0100 Subject: [PATCH] save --- src/app/pages/publications/publications.page.html | 8 ++++---- src/app/pages/publications/publications.page.scss | 13 ++++++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/pages/publications/publications.page.html b/src/app/pages/publications/publications.page.html index 25305ce60..081edd3a9 100644 --- a/src/app/pages/publications/publications.page.html +++ b/src/app/pages/publications/publications.page.html @@ -42,8 +42,8 @@ -
+ class="item-hover width-100 d-flex ion-no-border ion-no-margin ion-no-padding"> +
@@ -87,12 +87,12 @@ *ngFor="let evento of publicationEventFolderStorage.list" >
-
+

{{evento.Description}}

diff --git a/src/app/pages/publications/publications.page.scss b/src/app/pages/publications/publications.page.scss index 1a9c5cd92..8fc9f6a7d 100644 --- a/src/app/pages/publications/publications.page.scss +++ b/src/app/pages/publications/publications.page.scss @@ -39,7 +39,7 @@ ion-toolbar{ margin-right: 10px; } } - + ion-content{ // --background:#0782c9; --border: none; @@ -52,7 +52,7 @@ ion-toolbar{ overflow:hidden; color:#000; transform: translate3d(0, 1px, 0); - + .title-content{ margin: 0px auto; padding: 0 !important; @@ -100,6 +100,9 @@ ion-toolbar{ //border: 1px solid red; } } + ion-item{ + --background: transparent; + } .item{ width: 100% !important; padding: 0px !important; @@ -107,6 +110,7 @@ ion-toolbar{ align-items: center; justify-content: space-between; flex-direction: row; + background-color: transparent; .item-icon{ //margin-top: 28px; @@ -162,6 +166,9 @@ ion-toolbar{ font-size: 20px; } } + .item:hover{ + background-color: #e6f6ff75 !important; + } ion-item-options{ border: 1px solid #fff; @@ -207,7 +214,7 @@ ion-toolbar{ margin: 12px; border: 1px solid #d30a0a; } - +