Close issue 507 and its subtasks

This commit is contained in:
Tiago Kayaya
2020-11-16 15:05:39 +01:00
parent e8642224ee
commit 3ee87a0845
13 changed files with 285 additions and 45 deletions
@@ -0,0 +1,41 @@
.header-content{
width: 360px;
overflow: auto;
margin: 25px auto;
}
.header-icon-left{
width: 36px;
font-size: 33px;
color: #42b9fe;
float: left;
}
.header-title{
width: 264px;
font-family: Roboto;
font-size: 25px;
margin: 0 5px 0 5px;
padding: 0;
color:#000;
float: left;
}
.buttons{
width: 320px;
margin: 0 auto;
padding: 5px 0 5px 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;
}