This commit is contained in:
tiago.kayaya
2021-04-20 13:22:25 +01:00
parent 77075b3473
commit d7e2f96c2c
4 changed files with 84 additions and 7 deletions
@@ -102,6 +102,22 @@
overflow: auto;
align-items: center;
.detele-item-icon{
display: none;
width: 30px;
margin-left: 15px;
}
.detele-item-icon ion-icon{
font-size: 20px !important;
}
}
.members-checkbox:hover{
.detele-item-icon{
display: flex;
justify-content: flex-end;
}
}
.item-divider{