mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
save
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="aside overflow-y-auto d-flex d-md-block flex-wrap justify-center width-100">
|
<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="exp-card d-flex flex-column justify-center" (click)="openEventsToApprovePage('MDGPR')">
|
||||||
<div class="d-flex justify-center">
|
<div class="d-flex justify-center">
|
||||||
<ion-icon src="assets/images/icons-agenda.svg"></ion-icon>
|
<ion-icon src="assets/images/icons-agenda.svg"></ion-icon>
|
||||||
|
|||||||
@@ -93,34 +93,17 @@ ion-content{
|
|||||||
|
|
||||||
border-top-left-radius: 25px;
|
border-top-left-radius: 25px;
|
||||||
border-top-right-radius: 25px;
|
border-top-right-radius: 25px;
|
||||||
.aside{
|
|
||||||
|
|
||||||
}
|
.aside{
|
||||||
}
|
border: 1px solid red;
|
||||||
.title-content{
|
//display: flex;
|
||||||
height: auto;
|
align-items: center;
|
||||||
margin: 0 auto;
|
justify-content: center;
|
||||||
overflow: hidden;
|
|
||||||
padding: 0 !important;
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
.div-title{
|
|
||||||
padding: 0!important;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.title{
|
|
||||||
font-size: 25px;
|
|
||||||
}
|
|
||||||
.div-icon{
|
|
||||||
float: right;
|
|
||||||
font-size: 35px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
.exp-card{
|
.exp-card{
|
||||||
width: 173px;
|
width: 173px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin-right: 14px;
|
margin: 7px;
|
||||||
margin-bottom: 14px;
|
|
||||||
//margin: 8px;
|
//margin: 8px;
|
||||||
//padding: 30px 5px 30px 5px;
|
//padding: 30px 5px 30px 5px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
@@ -129,7 +112,7 @@ ion-content{
|
|||||||
/* --background-color: #ffffff !important; */
|
/* --background-color: #ffffff !important; */
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
float: left;
|
float: left;
|
||||||
border: 1px solid red;
|
//border: 1px solid red;
|
||||||
}
|
}
|
||||||
.exp-card-icon{
|
.exp-card-icon{
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -165,6 +148,29 @@ ion-content{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.title-content{
|
||||||
|
height: auto;
|
||||||
|
margin: 0 auto;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 0 !important;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.div-title{
|
||||||
|
padding: 0!important;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.title{
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
.div-icon{
|
||||||
|
float: right;
|
||||||
|
font-size: 35px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user