Files
doneit-web/src/app/pages/chat/chat.page.scss
T

189 lines
2.9 KiB
SCSS
Raw Normal View History

2023-07-06 12:18:15 +01:00
@import '~src/function.scss';
2021-03-04 18:50:26 +01:00
ion-content{
--background: transparent;
}
:host{
2021-04-23 10:35:53 +01:00
// background: #0782c9;
2021-03-04 18:50:26 +01:00
}
2021-03-05 16:43:17 +01:00
.title-content{
2021-03-05 16:43:17 +01:00
width: 100%;
margin-bottom: 15px;
padding: 0 !important;
background: #fff;
2021-03-05 16:43:17 +01:00
.div-title{
padding: 0!important;
float: left;
}
.div-icon{
2021-04-09 08:59:22 +01:00
display: flex;
2021-07-26 10:48:34 +01:00
width: fit-content;
2021-03-05 16:43:17 +01:00
float: right;
2023-07-06 12:18:15 +01:00
font-size: em(35);
2021-03-05 16:43:17 +01:00
overflow: auto;
padding: 1px;
2021-04-09 08:59:22 +01:00
justify-content: flex-end;
2021-03-05 16:43:17 +01:00
}
.div-icon ion-icon{
float: right;
padding-left: 20px;
}
}
2021-07-26 10:48:34 +01:00
2021-03-05 16:43:17 +01:00
.main-content{
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
2021-03-29 16:01:58 +01:00
2021-03-15 10:42:19 +01:00
overflow: auto;
2020-12-21 16:37:44 +01:00
2021-03-05 11:58:59 +01:00
.aside-wrapper{
2021-03-05 16:43:17 +01:00
margin: 0 !important;
overflow: auto;
2021-07-26 22:51:13 +01:00
.title-content{
padding: 30px 20px 0 20px !important;
}
.aside{
2021-07-27 00:01:38 +01:00
padding: 0 !important;
overflow: auto;
2021-07-26 22:51:13 +01:00
}
2021-03-05 11:58:59 +01:00
}
2020-12-21 16:37:44 +01:00
.iconschatnew-group{
2023-07-07 12:03:03 +01:00
width: rem(30);
2020-12-21 16:37:44 +01:00
height: 30px;
object-fit: contain;
margin: 0 5px 0 5px;
}
.iconschatnew-conversation{
2023-07-07 12:03:03 +01:00
width: rem(30);
2020-12-21 16:37:44 +01:00
height: 30px;
object-fit: contain;
margin: 0 5px 0 5px;
}
2021-03-05 11:58:59 +01:00
2020-12-21 16:37:44 +01:00
}
.item{
width: 100%;
border-bottom: 1px solid #ebebeb;
2021-07-27 00:01:38 +01:00
padding: 0px 20px 0 20px !important;
2021-07-27 09:14:35 +01:00
overflow: hidden;
2023-08-08 13:38:50 +01:00
display: flex;
2020-12-21 16:37:44 +01:00
.item-icon{
2023-07-06 12:18:15 +01:00
width: em(40);
2020-12-21 16:37:44 +01:00
float: left;
.icon{
margin-top: 10px;
2023-07-06 12:18:15 +01:00
font-size: em(40);
2020-12-21 16:37:44 +01:00
}
}
.item-content{
//width: 317px;
2021-07-27 00:01:38 +01:00
float:right;
2023-08-08 13:38:50 +01:00
width: 88%;
2020-12-21 16:37:44 +01:00
}
2021-07-27 00:01:38 +01:00
2020-12-21 16:37:44 +01:00
.item-title-time{
width: 100%;
overflow: auto;
margin-top: 10px;
2023-08-08 13:38:50 +01:00
display: flex;
justify-content: space-between;
2020-12-21 16:37:44 +01:00
}
.item-title{
float: left;
2021-10-24 19:17:28 +01:00
color: var(--title-text-color);
2020-12-21 16:37:44 +01:00
}
2021-07-27 00:01:38 +01:00
.item-title-active{
color: #fff;
}
2020-12-21 16:37:44 +01:00
.item-date{
float: right;
color: #797979;
text-align: right;
}
2021-07-27 00:01:38 +01:00
.item-date-active{
color: #fff;
}
2021-09-27 12:23:00 +01:00
2020-12-21 16:37:44 +01:00
.item-description{
color: #000;
2021-09-27 12:09:33 +01:00
overflow: auto;
.item-message{
float: left;
padding-right: 5px;
}
.item-files{
float: left;
2021-12-27 16:04:05 +01:00
overflow: auto;
.item-files-title{
width: 100%;
}
2021-09-27 12:09:33 +01:00
}
2020-12-21 16:37:44 +01:00
}
2021-07-27 00:01:38 +01:00
.item-description-active{
color: #fff;
}
}
2021-09-01 09:38:05 +01:00
2021-07-27 00:01:38 +01:00
.item-active{
color: #fff !important;
2021-10-25 16:15:57 +01:00
background-color: var(--gabinete-active-hove-background) !important;
2020-12-21 16:37:44 +01:00
}
2021-07-27 09:14:35 +01:00
@media only screen and (min-width: 701px) {
2021-03-04 18:50:26 +01:00
.main-content{
2021-07-26 10:48:34 +01:00
2021-03-04 18:50:26 +01:00
.aside-wrapper{
2021-03-29 16:01:58 +01:00
width: 35%;
border-right: 1px solid #d8d8d8;
2021-03-04 18:50:26 +01:00
.aside-title{
2023-07-06 12:18:15 +01:00
font-size: em(25);
2021-03-04 18:50:26 +01:00
}
}
2021-03-11 16:21:09 +01:00
/* .aside{
2021-03-04 18:50:26 +01:00
width: 340px;
2021-03-11 16:21:09 +01:00
} */
2021-03-04 18:50:26 +01:00
.aside-content{
2021-03-29 16:01:58 +01:00
width: 65%;
2021-03-04 18:50:26 +01:00
display: flex !important;
background-color: white;
}
2021-03-05 11:58:59 +01:00
.item{
.item-icon{
width: 10%;
2021-07-27 09:14:35 +01:00
margin-right: 10px !important;
2021-03-05 11:58:59 +01:00
}
.item-content{
width: 90%;
}
}
2021-07-26 10:48:34 +01:00
2021-03-04 18:50:26 +01:00
}
}
2021-07-27 00:01:38 +01:00
.highlight {
color: #fff !important;
background-color: #42b9fe !important;
}
2022-07-13 16:08:57 +01:00
.bold-message {
font-weight: bold;
2022-07-27 14:16:26 +01:00
}
.block-button {
pointer-events: none;
opacity: 0.2;
2022-07-13 16:08:57 +01:00
}