This commit is contained in:
tiago.kayaya
2021-08-02 15:27:52 +01:00
parent c1c9a4343b
commit 53981d329a
7 changed files with 115 additions and 52 deletions
@@ -25,7 +25,7 @@
}
.ion-item-class{
padding: 0;
}
.label-text{
width: 100%;
@@ -75,7 +75,7 @@ ion-item{
.div-icon ion-icon{
display: block;
margin: 0 auto;
}
.div-content-expediente p, .div-content-pendentes p{
font-size: 14pt;
@@ -155,7 +155,7 @@ ion-item{
.exp-workflow{
float: left;
margin: 0 !important;
.label{
border-radius: 15px;
background: #ffb703;
@@ -218,4 +218,12 @@ ion-item{
font-size: 45px;
float: right;
margin-right: 10px;
}
}
.centered-div{
width: 100px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin: -35px 0 0 -35px;
}