mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="aside overflow-y-auto d-flex d-md-block flex-wrap width-100">
|
||||
<div class="exp-card d-flex flex-column justify-center" (click)="openEventsToApprovePage('MDGPR')">
|
||||
<div class="aside overflow-y-auto d-flex flex-wrap width-100">
|
||||
<div class="exp-card d-flex flex-column" (click)="openEventsToApprovePage('MDGPR')">
|
||||
<div class="d-flex justify-center">
|
||||
<ion-icon src="assets/images/icons-agenda.svg"></ion-icon>
|
||||
</div>
|
||||
@@ -74,8 +74,8 @@
|
||||
<ion-icon src="assets/images/icons-expediente-presidente.svg"></ion-icon>
|
||||
</div>
|
||||
<div class="exp-card-text">
|
||||
<p class="text-center exp-card-title ">Expediente Presidente</p>
|
||||
<p class="text-center exp-card-content"><span class="number">-</span> <span class="title1">Documentos</span> </p>
|
||||
<p class="exp-card-title ">Expediente Presidente</p>
|
||||
<p class="exp-card-content"><span class="number">-</span> <span class="title1">Documentos</span> </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +112,7 @@ ion-content{
|
||||
background-color: #ffffff !important;
|
||||
float: left;
|
||||
//border: 1px solid red;
|
||||
//justify-content: center;
|
||||
}
|
||||
.exp-card-long{
|
||||
width: 100%;
|
||||
@@ -119,10 +120,15 @@ ion-content{
|
||||
border-radius: 15px;
|
||||
background-color: #ffffff !important;
|
||||
padding: 7px;
|
||||
|
||||
.center-div{
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
overflow: auto;
|
||||
|
||||
.exp-card-title{
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.exp-card-icon{
|
||||
@@ -131,6 +137,8 @@ ion-content{
|
||||
float: left !important;
|
||||
}
|
||||
.exp-card-text{
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
width: fit-content;
|
||||
float: left !important;
|
||||
}
|
||||
@@ -204,16 +212,57 @@ ion-content{
|
||||
width: 35%;
|
||||
justify-content: flex-start !important;
|
||||
border-right: 1px solid #d8d8d8;
|
||||
|
||||
.aside{
|
||||
background:transparent;
|
||||
}
|
||||
.aside-title{
|
||||
font-family: Roboto;
|
||||
font-size: 25px;
|
||||
text-align: left;
|
||||
}
|
||||
.exp-card{
|
||||
width: 100% !important;
|
||||
width: 90% !important;
|
||||
justify-content: flex-start !important;
|
||||
padding: 10px !important;
|
||||
|
||||
.exp-card-title{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
}
|
||||
.exp-card-long{
|
||||
width: 100% !important;
|
||||
|
||||
.center-div{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
margin: 0 !important;
|
||||
|
||||
.exp-card-text{
|
||||
width: calc(100% - 50px);
|
||||
}
|
||||
}
|
||||
.title1{
|
||||
display: none !important;
|
||||
|
||||
}
|
||||
.exp-card-title {
|
||||
flex: 1;
|
||||
float: left !important;
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.exp-card-content{
|
||||
width: fit-content;
|
||||
float: right;
|
||||
}
|
||||
.exp-card-text{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
.aside-content{
|
||||
|
||||
Reference in New Issue
Block a user