This commit is contained in:
tiago.kayaya
2021-06-29 15:56:03 +01:00
parent 837e5a6995
commit ac0dfaf4be
2 changed files with 7 additions and 49 deletions
@@ -11,7 +11,7 @@
<ion-icon slot="end" src='assets/images/icons-arrow-arrow-left.svg'></ion-icon>
</div>
<!-- <app-btn-modal-dismiss></app-btn-modal-dismiss> -->
<div class="middle d-flex align-center flex-grow-1">
<div class="middle">
<ion-label class="title">{{ task.Folio}}</ion-label>
</div>
<div class="div-icon">
@@ -23,58 +23,17 @@
overflow:auto;
color:#000;
transform: translate3d(0, 1px, 0);
.header-top{
width: 360px;
margin: 0px auto;
overflow: auto;
padding: 0 !important;
background: #fff;
.middle{
padding: 0!important;
float: left;
width: 280px;
display: flex;
align-items: center;
}
.right{
padding: 0!important;
float: right;
font-size: 25px;
color: #0782c9;
margin: 5px 0 0 0;
}
}
.header-bottom{
width: 310px;
overflow: auto;
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
color: #797979;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
float: left;
padding: 5px;
margin: 1px;
}
}
.title-content{
display: flex;
justify-content:space-between;
align-items: flex-start !important;
border-radius: 0 !important;
.middle{
width: calc(100% - 37px);
overflow: auto;
}
.title{
width: fit-content;
height: auto;
@@ -84,8 +43,7 @@
padding-left: 5px;
}
.div-icon{
position: absolute;
width: fit-content !important;
width: 37px !important;
font-size: 35px !important;
padding: 1px;
right: 0 !important;