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

397 lines
7.5 KiB
SCSS
Raw Normal View History

2020-12-29 17:22:56 +01:00
@import '~src/function.scss';
2020-12-28 10:11:00 +01:00
.header-toolbar{
--background:transparent;
--opacity: 1;
.main-header{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background-color: #fff;
overflow:hidden;
padding: 30px 20px 0px 20px;
color:#000;
transform: translate3d(0, 1px, 0);
2021-07-26 14:09:26 +01:00
2020-12-29 12:40:19 +01:00
.header-top{
2020-12-28 10:11:00 +01:00
overflow: auto;
padding: 0 !important;
background: #fff;
2021-09-30 12:23:22 +01:00
.left{
width: fit-content;
float: left;
//font-size: 35px;
overflow: hidden;
}
.middle-container{
2021-09-30 15:53:55 +01:00
display: flex;
2021-09-30 12:23:22 +01:00
overflow: auto;
height: auto;
2021-09-30 15:53:55 +01:00
width:calc(100% - 47px);
2021-09-30 12:23:22 +01:00
float: left;
2021-09-30 15:53:55 +01:00
/* white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important; */
2021-09-30 12:23:22 +01:00
.middle{
2021-09-30 15:53:55 +01:00
width: 100%;
2021-09-30 12:23:22 +01:00
padding: 0!important;
margin: 0 0 0 10px;
2021-09-30 15:53:55 +01:00
font-size: 25px;
2021-09-30 12:23:22 +01:00
}
}
.middle-container-options{
2020-12-28 10:11:00 +01:00
padding: 0!important;
float: left;
2021-09-30 12:23:22 +01:00
width: calc(100% - 67px);
text-align: right;
.middle-container-options-icons{
color: #0782c9;
font-size: 23px;
}
2020-12-28 10:11:00 +01:00
}
.right{
padding: 0!important;
float: right;
font-size: 25px;
color: #0782c9;
2021-09-30 12:23:22 +01:00
}
.header-top-btn{
background: transparent;
font-size: 25px !important;
font-weight: 100 !important;
/* color: #0782c9; */
color: #42b9fe;
padding: 0 5px 0 5px;
2020-12-28 10:11:00 +01:00
}
}
2020-12-29 12:40:19 +01:00
.header-bottom{
2021-05-21 11:57:16 +01:00
padding-left: 10px;
2020-12-29 12:40:19 +01:00
overflow: auto;
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
float: left;
padding: 2px;
}
.header-bottom-contacts{
2021-09-21 14:05:59 +01:00
width: calc(100% - 40px);
2020-12-29 12:40:19 +01:00
font-size: 15px;
color: #797979;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
float: left;
padding: 5px;
margin: 1px;
2021-09-21 14:05:59 +01:00
.contacts-list{
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
2020-12-29 12:40:19 +01:00
}
}
2021-07-26 14:09:26 +01:00
2020-12-28 10:11:00 +01:00
.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 14:09:26 +01:00
}
2020-12-28 10:11:00 +01:00
}
2020-12-29 12:40:19 +01:00
}
2020-12-29 17:22:56 +01:00
ion-content{
.welcome-text{
/* width: 322px; */
width: em(422px);
background: #ebebeb;
text-align: center;
font-size: 13px;
color: #797979;
padding: 10px;
margin: 0 auto;
line-height: 1.2rem;
margin: 20px 39px 25px;
border-radius: 8px;
}
.info-text{
2021-09-14 10:48:28 +01:00
display: flex;
width: fit-content;
height: auto;
2021-11-16 16:00:14 +01:00
background: var(--chat-alert-msg-color);
2021-09-14 10:48:28 +01:00
text-align: center;
font-size: 13px;
color: #262420;
padding: 10px;
margin: 10px auto;
line-height: 1.2rem;
border-radius: 8px;
}
2021-04-20 17:18:57 +01:00
.info-text-leave{
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
padding: 10px;
background: #e0e9ee;
border-radius: 8px;
margin: 10px auto;
color: #797979 !important;
font-size: 13px !important;
/* margin: 15px 0px 15px 0px; */
.info-text-leave ion-label{
font-size: 13px !important;
line-height: 1.2rem;
}
}
2020-12-29 17:22:56 +01:00
.messages{
font-size: 13px;
font-family: Roboto;
overflow: auto;
2021-07-26 14:34:52 +01:00
//set scroll do bottom
position: absolute;
top: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
2021-07-26 14:09:26 +01:00
width: 100%;
2021-07-26 14:34:52 +01:00
height: 100%;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
2020-12-29 17:22:56 +01:00
2021-09-30 12:23:22 +01:00
.messages-list-item-wrapper{
2022-03-14 17:11:00 +01:00
overflow: hidden;
2021-09-30 12:23:22 +01:00
}
.messages-list-item-wrapper-active{
background: #e6f6ff75 !important;
}
.message-container{
//border: 1px solid red;
}
2021-01-19 16:10:40 +01:00
.incoming-true, .incoming-false{
2020-12-29 17:22:56 +01:00
width: 305px;
padding: 15px 20px;
border-radius: 10px;
}
2020-12-29 12:40:19 +01:00
2021-01-19 16:10:40 +01:00
.incoming-true{
2020-12-29 17:22:56 +01:00
margin: 10px 75px 10px 20px;
background: #ebebeb;
float: left;
}
}
2021-01-19 16:10:40 +01:00
.incoming-false{
2020-12-29 17:22:56 +01:00
margin: 10px 20px 10px 75px;
2021-11-16 16:00:14 +01:00
background: var(--chat-incoming-msg-color);
2020-12-29 17:22:56 +01:00
float: right;
}
.title{
2021-11-16 16:00:14 +01:00
color: var(--title-text-color);
2021-07-26 14:09:26 +01:00
2020-12-29 17:22:56 +01:00
font-weight: bold;
margin-bottom: 5px;
.time{
color: #797979;
text-align: right;
float: right;
}
2021-09-15 08:42:24 +01:00
}
2021-03-29 16:01:58 +01:00
.online{
color:#99e47b !important;
}
.offline{
color:#cbced1 !important;
}
.away{
color:#ffd21f !important;
}
.invisible{
color:#cbced1 !important;
}
.busy{
color:#f5455c !important;
}
2020-12-29 17:22:56 +01:00
}
2020-12-29 12:40:19 +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{
color: #0782c9;
font-weight: 700;
text-decoration: underline;
}
.info-meeting-normal:hover{
text-decoration: underline;
color: #0782c9;
}
}
2020-12-29 12:40:19 +01:00
ion-footer{
2021-03-29 16:01:58 +01:00
padding-top: 7.5px;
padding-bottom: 7.5px;
.container{
justify-content: center;
justify-content: space-evenly;
2021-08-18 09:23:53 +01:00
align-items: center;
.message-box{
margin: 0 5px 0 5px;
}
2021-07-26 14:09:26 +01:00
2021-03-29 16:01:58 +01:00
}
2021-07-26 14:09:26 +01:00
2021-03-29 16:01:58 +01:00
.chat-icon-options{
display:block !important;
2021-08-18 09:23:53 +01:00
font-size: 35px;
2021-03-29 16:01:58 +01:00
float: right !important;
2021-08-18 09:23:53 +01:00
margin-top: 5px;
2021-03-29 16:01:58 +01:00
}
2020-12-29 17:22:56 +01:00
2021-03-29 16:01:58 +01:00
.chat-icon-send{
font-size: 45px;
margin: 0 auto;
margin-top: 4px;
}
2020-12-29 12:40:19 +01:00
.type-message{
2021-03-29 16:01:58 +01:00
display: flex;
border: 1px solid #ebebeb;
border-radius: 25px;
padding-left: 15px;
align-items: center;
2021-08-18 09:23:53 +01:00
2021-03-29 16:01:58 +01:00
overflow: auto;
2021-03-29 16:01:58 +01:00
ion-textarea{
margin: 0 !important;
align-self: center;
}
}
2021-07-26 14:09:26 +01:00
}
2021-11-17 15:34:15 +01:00
.preview-slides {
margin-top: 20%;
background: #e6e6e6;
2021-11-17 15:34:15 +01:00
img {
padding-top: 20px;
padding-bottom: 20px;
}
}
.transparent-modal {
.modal-wrapper {
--background: rgba(44, 39, 45, 0.2);
}
}
.image-slide,
.image-card {
overflow: visible;
}
2021-11-17 15:34:15 +01:00
.image-card {
z-index: 9;
}
2021-11-17 15:34:15 +01:00
.backdrop {
height: 200%;
width: 100%;
background: black;
position: absolute;
z-index: 10;
}
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-03-14 17:11:00 +01:00
}
2022-03-30 14:52:02 +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-12-26 15:41:11 +01:00
.try {
color: red;
background: #f3414159;
padding: 6px;
border-radius: 10px;
cursor: pointer;
}