This commit is contained in:
tiago.kayaya
2021-06-21 11:40:05 +01:00
parent 16e697731d
commit 240d3ad8e5
5 changed files with 64 additions and 36 deletions
@@ -20,23 +20,7 @@ ion-content{
}
.buttons{
width: 100%;
margin: 0 auto;
padding: 5px 0 5px 0;
display: flex;
justify-content: space-between;
padding: 15px 0 15px 0;
}
.button-reject {
width: 130px;
height: 44px;
--color: #d30a0a;
border-radius: 22.5px;
--background: #ffe0e0;
margin: 0 12px 0 0px;
}
.button-approve {
width: 130px;
height: 44px;
border-radius: 22.5px;
--background: #42b9fe;
margin: 0 0px 0 12px;
}