This commit is contained in:
tiago.kayaya
2021-04-11 07:05:39 +01:00
parent 8ce6a3c01e
commit ece841f28c
4 changed files with 19 additions and 9 deletions
@@ -87,6 +87,9 @@ ion-content{
margin: 0 auto;
background:#ecf8ff;
overflow:auto;
border: 1px solid red;
padding: 0 !important;
margin: 0 !important;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
@@ -114,16 +117,19 @@ ion-content{
overflow: auto;
}
.exp-card{
width: 174px;
width: 173px;
height: 200px;
margin: 8px;
padding: 30px 5px 30px 5px;
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;