Files
doneit-web/src/app/pages/chat/chat.page.scss
T
2021-03-11 16:21:09 +01:00

141 lines
2.2 KiB
SCSS

ion-content{
--background: transparent;
}
:host{
background: #0782c9;
}
.title-content{
width: 100%;
margin-bottom: 15px;
overflow: auto;
padding: 0 !important;
background: #fff;
.div-title{
padding: 0!important;
float: left;
}
.title{
font-size: 25px;
}
.div-icon{
width: 60%;
float: right;
font-size: 35px;
overflow: auto;
padding: 1px;
}
.div-icon ion-icon{
float: right;
padding-left: 20px;
}
}
.main-content{
width: 100%;
height: 100%;
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
//overflow:auto;
//padding: 30px 20px 0 20px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
.aside-wrapper{
padding: 0 !important;
margin: 0 !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;
margin: 0 auto;
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{
border: 1px solid blue;
.aside-wrapper{
width: 40%;
.aside-title{
font-size: 25px;
}
}
/* .aside{
width: 340px;
} */
.aside-content{
width: 60%;
display: flex !important;
background-color: white;
border: 1px solid green;
}
.item{
.item-icon{
width: 10%;
}
.item-content{
width: 90%;
}
}
}
}