mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
improve
This commit is contained in:
@@ -62,6 +62,7 @@ ion-segment-button{
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
ion-item{
|
ion-item{
|
||||||
|
--ion-background-color:#dae3f3;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
@@ -154,8 +155,8 @@ ion-segment-button{
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
||||||
width: 90%;
|
width: 360px;
|
||||||
margin: 0px 7px;
|
margin: 7px 20px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
border:1px solid white;
|
border:1px solid white;
|
||||||
@@ -439,7 +440,7 @@ ion-list{
|
|||||||
}
|
}
|
||||||
.exp-card-long{
|
.exp-card-long{
|
||||||
//display: none;
|
//display: none;
|
||||||
width: 90% !important;
|
width: 100% !important;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
background: white;
|
background: white;
|
||||||
@@ -600,77 +601,3 @@ ion-list{
|
|||||||
fill: red !important;
|
fill: red !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-item.item {
|
|
||||||
background-color: white !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.item{
|
|
||||||
width: 100% !important;
|
|
||||||
padding: 0px 20px 0 20px !important;
|
|
||||||
border-bottom: 1px solid #ebebeb !important;
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user