This commit is contained in:
tiago.kayaya
2021-04-11 16:44:18 +01:00
parent ece841f28c
commit a8a27ef168
2 changed files with 54 additions and 48 deletions
@@ -19,7 +19,7 @@
</button>
</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="d-flex justify-center">
<ion-icon src="assets/images/icons-agenda.svg"></ion-icon>
@@ -93,7 +93,60 @@ ion-content{
border-top-left-radius: 25px;
border-top-right-radius: 25px;
.aside{
border: 1px solid red;
//display: flex;
align-items: center;
justify-content: center;
.exp-card{
width: 173px;
height: 200px;
margin: 7px;
//margin: 8px;
//padding: 30px 5px 30px 5px;
border-radius: 15px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
//border: solid 1px #e9e9e9;
/* --background-color: #ffffff !important; */
background-color: #ffffff !important;
float: left;
//border: 1px solid red;
}
.exp-card-icon{
margin: 0 auto;
}
.exp-card ion-icon{
font-size: 48px;
}
.exp-card-title{
font-size: 15px;
color: #0d89d1;
font-family: Roboto;
font-weight: bold;
font-stretch: normal;
font-style: normal;
color: #0d89d1;
margin: 15px 0 0 10px;
text-align: center;
}
.exp-card-title p{
text-align: center;
}
.exp-card-content{
font-size: 13px;
color: #797979;
margin: 11px 0 0;
font-family: Roboto;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
}
}
}
@@ -116,54 +169,7 @@ ion-content{
font-size: 35px;
overflow: auto;
}
.exp-card{
width: 173px;
height: 200px;
margin-right: 14px;
margin-bottom: 14px;
//margin: 8px;
//padding: 30px 5px 30px 5px;
border-radius: 15px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
//border: solid 1px #e9e9e9;
/* --background-color: #ffffff !important; */
background-color: #ffffff !important;
float: left;
border: 1px solid red;
}
.exp-card-icon{
margin: 0 auto;
}
.exp-card ion-icon{
font-size: 48px;
}
.exp-card-title{
font-size: 15px;
color: #0d89d1;
font-family: Roboto;
font-weight: bold;
font-stretch: normal;
font-style: normal;
color: #0d89d1;
margin: 15px 0 0 10px;
text-align: center;
}
.exp-card-title p{
text-align: center;
}
.exp-card-content{
font-size: 13px;
color: #797979;
margin: 11px 0 0;
font-family: Roboto;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
}