This commit is contained in:
Peter Maquiran
2022-04-28 14:28:26 +01:00
parent f09d129735
commit d83a75062d
2 changed files with 125 additions and 13 deletions
@@ -62,7 +62,7 @@ ion-content{
border-radius: 20px;
}
ion-item{
--ion-background-color:#dae3f3;
--ion-background-color:#ffffff;
margin-bottom: 10px;
border-radius: 5px;
}
@@ -156,7 +156,7 @@ ion-content{
background: white;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
width: 360px;
margin: 7px 20px;
margin: 7px;
border-radius: 15px;
padding: 7px;
border:1px solid white;
@@ -440,7 +440,7 @@ ion-content{
}
.exp-card-long{
//display: none;
width: 100% !important;
width: 93% !important;
cursor: pointer;
user-select: none;
background: white;
@@ -600,4 +600,75 @@ ion-content{
color: white !important;
fill: red !important;
}
.item-skeleton{
width: 100% !important;
padding: 0px 20px 0 20px !important;
border-bottom: 1px solid #ebebeb;
align-items: center;
justify-content: space-between;
flex-direction: row;
background-color: transparent;
overflow: auto;
.item-icon{
//margin-top: 28px;
width: 45px;
float: left;
font-size: 40px;
.item-icon ion-icon{
color: #061b52;
}
}
.item-icon2{
//margin-top: 23px;
width: 45px;
float: left;
font-size: 40px;
}
.item-content{
width: 100%;
padding: 15px 0 15px 10px;
overflow: auto;
margin-right: 5px;
p{
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.item-content-date{
color: #797979;
font-size: 13px;
margin: 0 !important;
padding: 0 !important;
}
.item-content-title{
color: var(--title-text-color);
font-size: 15px;
margin: 0 !important;
padding: 0 !important;
}
.item-content-detail{
color: #000000;
font-size: 13px;
margin: 0 !important;
padding: 0 !important;
}
.item-options{
color: var(--box-hover-background-color);
width: 25px;
font-size: 20px;
}
.item-content-date-active, .item-content-title-active, .item-content-detail-active{
color: #fff;
}
}
.item-options-active{
display: none !important;
}
}