mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
138 lines
2.1 KiB
SCSS
138 lines
2.1 KiB
SCSS
ion-content{
|
|
--background: transparent;
|
|
}
|
|
:host{
|
|
// background: #0782c9;
|
|
}
|
|
|
|
.title-content{
|
|
width: 100%;
|
|
margin-bottom: 15px;
|
|
padding: 0 !important;
|
|
background: #fff;
|
|
|
|
.div-title{
|
|
padding: 0!important;
|
|
float: left;
|
|
}
|
|
.title{
|
|
font-size: 25px;
|
|
}
|
|
.div-icon{
|
|
display: flex;
|
|
width: 50%;
|
|
float: right;
|
|
font-size: 35px;
|
|
overflow: auto;
|
|
padding: 1px;
|
|
justify-content: flex-end;
|
|
}
|
|
.div-icon ion-icon{
|
|
float: right;
|
|
padding-left: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.main-content{
|
|
font-family: Roboto;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
border-top-left-radius: 25px;
|
|
border-top-right-radius: 25px;
|
|
|
|
overflow: auto;
|
|
|
|
.aside-wrapper{
|
|
margin: 0 !important;
|
|
padding: 30px 20px 0 20px !important;
|
|
}
|
|
|
|
.iconschatnew-group{
|
|
width: 30px;
|
|
height: 30px;
|
|
object-fit: contain;
|
|
margin: 0 5px 0 5px;
|
|
}
|
|
.iconschatnew-conversation{
|
|
width: 30px;
|
|
height: 30px;
|
|
object-fit: contain;
|
|
margin: 0 5px 0 5px;
|
|
}
|
|
|
|
}
|
|
|
|
.item{
|
|
width: 100%;
|
|
border-bottom: 1px solid #ebebeb;
|
|
overflow: auto;
|
|
|
|
.item-icon{
|
|
width: 40px;
|
|
float: left;
|
|
|
|
.icon{
|
|
margin-top: 10px;
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
.item-content{
|
|
width: 317px;
|
|
float:right
|
|
}
|
|
.item-title-time{
|
|
width: 100%;
|
|
overflow: auto;
|
|
margin-top: 10px;
|
|
}
|
|
.item-title{
|
|
width: 80%;
|
|
float: left;
|
|
font-size: 15px;
|
|
color: #0d89d1;
|
|
}
|
|
.item-date{
|
|
width: 20%;
|
|
float: right;
|
|
font-size: 13px;
|
|
color: #797979;
|
|
text-align: right;
|
|
}
|
|
.item-description{
|
|
font-size: 13px;
|
|
color: #000;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.main-content{
|
|
|
|
|
|
.aside-wrapper{
|
|
width: 35%;
|
|
border-right: 1px solid #d8d8d8;
|
|
.aside-title{
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
/* .aside{
|
|
width: 340px;
|
|
} */
|
|
.aside-content{
|
|
width: 65%;
|
|
display: flex !important;
|
|
background-color: white;
|
|
}
|
|
.item{
|
|
.item-icon{
|
|
width: 10%;
|
|
}
|
|
.item-content{
|
|
width: 90%;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|