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

331 lines
6.2 KiB
SCSS
Raw Normal View History

2021-03-04 18:50:26 +01:00
@import '~src/function.scss';
.header-toolbar{
--background:transparent;
--opacity: 1;
.main-header{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
background-color: #fff;
overflow:hidden;
//padding: 0px 20px 0px 20px;
2021-03-04 18:50:26 +01:00
color:#000;
transform: translate3d(0, 1px, 0);
padding: 30px 20px 0 20px !important;
2021-07-26 12:12:59 +01:00
2021-03-04 18:50:26 +01:00
.header-top{
width: 100%;
2021-03-04 18:50:26 +01:00
overflow: auto;
//padding: 0 !important;
2021-03-04 18:50:26 +01:00
background: #fff;
.middle{
//padding: 0!important;
2021-03-04 18:50:26 +01:00
float: left;
2021-08-18 18:58:02 +01:00
width:calc(100% - 77px);
margin: 2px 0 0 5px;
2021-03-04 18:50:26 +01:00
display: flex;
align-items: center;
2021-07-26 12:12:59 +01:00
2021-03-04 18:50:26 +01:00
}
.right{
padding: 0!important;
float: right;
font-size: 25px;
color: #0782c9;
margin: 5px 0 0 0;
}
}
.header-bottom{
width: 95%;
2021-03-04 18:50:26 +01:00
overflow: auto;
2021-07-26 12:12:59 +01:00
2021-03-04 18:50:26 +01:00
.header-bottom-icon{
width: 30px;
font-size: 25px;
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: 15px;
color: #797979;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
float: left;
padding: 5px;
margin: 1px;
}
}
2021-07-26 12:12:59 +01:00
2021-03-04 18:50:26 +01:00
.title{
font-size: 25px;
2021-08-18 18:58:02 +01:00
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
2021-03-04 18:50:26 +01:00
float: left;
}
.div-icon{
width: 40px;
float: right;
font-size: 35px;
overflow: auto;
padding: 1px;
}
.div-icon ion-icon{
float: right;
padding-left: 20px;
2021-07-26 12:12:59 +01:00
}
2021-03-04 18:50:26 +01:00
}
}
ion-content{
2021-03-12 11:56:54 +01:00
width: 100%;
height: 100%;
padding: 30px 20px 0 20px !important;
2021-03-04 18:50:26 +01:00
.welcome-text{
/* width: 322px; */
2021-03-12 11:56:54 +01:00
/* width: em(422px); */
width: 100%;
2021-03-04 18:50:26 +01:00
background: #ebebeb;
text-align: center;
font-size: 13px;
color: #797979;
padding: 10px;
margin: 0 auto;
line-height: 1.2rem;
//margin: 20px 39px 25px;
2021-03-04 18:50:26 +01:00
border-radius: 8px;
2021-07-26 12:12:59 +01:00
border: 1px solid red;
2021-03-04 18:50:26 +01:00
}
.info-meeting{
/* width: 322px; */
width: em(422px);
background: var(--chat-alert-msg-color);
text-align: center;
font-size: 13px;
color: #262420;
padding: 10px;
margin: 10px auto;
line-height: 1.2rem;
/* margin: 15px 0px 15px 0px; */
border-radius: 8px;
.info-meeting-small{
font-size: 10px;
font-style: italic;
}
.info-meeting-medium{
font-size: 12px;
}
.info-meeting-normal{
font-weight: 700;
}
.info-meeting-normal:hover{
text-decoration: underline;
color: #0782c9;
}
}
2021-03-04 18:50:26 +01:00
.messages{
font-size: 13px;
font-family: Roboto;
overflow: auto;
//set scroll do bottom
position: absolute;
top: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
.container-width-100{
width: 100%;
overflow: auto;
}
2021-07-26 12:12:59 +01:00
2021-03-04 18:50:26 +01:00
.incoming-true, .incoming-false{
padding: 15px 20px;
border-radius: 10px;
}
.incoming-true{
margin: 10px 75px 10px 20px;
background: #ebebeb;
float: left;
}
}
.incoming-false{
margin: 10px 20px 10px 75px;
background: var(--chat-incoming-msg-color);
2021-03-04 18:50:26 +01:00
float: right;
}
.title{
display: inline;
color: var(--title-text-color);
2021-03-04 18:50:26 +01:00
font-weight: bold;
margin-bottom: 5px;
.time{
color: #797979;
text-align: right;
margin-left: 10px;
2021-03-04 18:50:26 +01:00
float: right;
}
2021-09-23 12:13:20 +01:00
}
.message{
.message-attachments{
.file{
align-items: center;
.file-details{
width: 100%;
.file-title{
color: #000;
text-decoration: underline;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.file-title:hover{
color: #0782c9;
}
}
}
}
}
2021-03-04 18:50:26 +01:00
}
ion-footer{
padding-top: 7.5px;
padding-bottom: 7.5px;
.container{
justify-content: center;
justify-content: space-evenly;
align-items: center;
}
2021-07-26 12:12:59 +01:00
2021-03-04 18:50:26 +01:00
.chat-icon-options{
display:block !important;
2021-08-20 11:58:28 +01:00
font-size: 35px;
2021-03-04 18:50:26 +01:00
float: right !important;
2021-08-20 11:58:28 +01:00
margin-top: 5px;
2021-03-04 18:50:26 +01:00
}
.chat-icon-send{
font-size: 45px;
margin: 0 auto;
margin-top: 4px;
}
.type-message{
display: flex;
border: 1px solid #ebebeb;
border-radius: 25px;
padding-left: 15px;
margin: 0 15px 0 60px;
2021-03-04 18:50:26 +01:00
align-items: center;
overflow: auto;
ion-textarea{
margin: 0 !important;
align-self: center;
}
2021-03-04 18:50:26 +01:00
}
2021-07-26 12:12:59 +01:00
2021-03-04 18:50:26 +01:00
}
.text-color-blue{
font-size: 15px;
color: #0782c9;
font-weight: 500;
letter-spacing: normal;
}
.user-status-online{
display: block;
float: left;
color:#99e47b;
padding-left: 10px;
}
.online{
display: block;
float: left;
color:#99e47b;
padding-left: 10px;
}
.offline{
color:#cbced1;
display: block;
float: left;
padding-left: 10px;
}
.away{
color:#ffd21f;
display: block;
float: left;
padding-left: 10px;
}
.invisible{
color:#cbced1;
display: block;
float: left;
padding-left: 10px;
}
.busy{
color:#f5455c;
display: block;
float: left;
padding-left: 10px;
}
2021-07-26 12:12:59 +01:00
2022-02-16 15:52:59 +01:00
.float-status{
position: relative !important;
float: right;
display: flex;
align-items: self-end;
}
.float-status-image{
position: relative !important;
float: right;
display: flex;
align-items: self-end;
top: -15px;
}
.float-status-webtrix {
position: relative !important;
top: 0px !important;
float: right;
display: flex;
align-items: self-end;
}
.float-status-all {
font-size: 10pt !important;
2022-02-24 13:35:54 +01:00
}
.typing {
position: relative;
2022-02-24 14:59:47 +01:00
top: -25px;
2022-02-24 13:35:54 +01:00
height: 0px;
left: 0px;
margin-left: 22px;
2022-02-24 14:59:47 +01:00
display: flex;
font-size: 12px;
align-items: center;
}
.typing ngx-letters-avatar {
2022-02-24 16:21:26 +01:00
padding-right: 5px;
2022-02-16 15:52:59 +01:00
}