> git show --textconv :src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts

This commit is contained in:
Tiago Kayaya
2020-12-16 15:07:28 +01:00
parent be03b9c0d3
commit c720767774
25 changed files with 329 additions and 122 deletions
+9 -22
View File
@@ -1,21 +1,11 @@
:host{
background: #0782c9;
}
ion-content{
--background: transparent;
}
ion-toolbar{
background: transparent;
border-width: 0 !important;
}
.div-top-header{
width: 400px;
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
padding-top: 15px;
border: 0!important;
}
.div-top-header{
width: 400px;
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
padding-top: 15px;
border: 0!important;
.div-search{
font-size: 45px;
float: left;
@@ -35,7 +25,4 @@
float: right;
margin-right: 10px;
}
ion-content{
--background:#0782c9;
--border: none;
}
}