change add publication button place on the view

This commit is contained in:
tiago.kayaya
2021-12-16 15:26:55 +01:00
parent 60febae868
commit add3ecee18
3 changed files with 31 additions and 7 deletions
@@ -164,10 +164,27 @@
color: #797979;
text-align: right;
}
.post-description{
font-size: 13px;
color: #000;
}
.post-description{
font-size: 13px;
color: #000;
}
ion-fab{
overflow: auto !important;
padding-right: 25px;
padding-bottom: 15px;
background: transparent !important;
}
ion-fab-button{
--background: #FFB81C;
--box-shadow: none;
opacity: 0.7;
}
ion-fab-button:hover{
--background: #FFB81C;
opacity: 1;
}