|
|
|
@ -178,6 +178,8 @@ $session-compose-margin: 20px;
|
|
|
|
|
&__header {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 15px 7px 14px 0px;
|
|
|
|
|
height: 63px;
|
|
|
|
|
|
|
|
|
@ -213,7 +215,7 @@ $session-compose-margin: 20px;
|
|
|
|
|
|
|
|
|
|
&__list {
|
|
|
|
|
height: -webkit-fill-available;
|
|
|
|
|
border-top: 1px solid rgba(255,255,255,0.05);
|
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.05);
|
|
|
|
|
|
|
|
|
|
&-popup {
|
|
|
|
|
width: -webkit-fill-available;
|
|
|
|
@ -242,6 +244,10 @@ $session-compose-margin: 20px;
|
|
|
|
|
padding: 13px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3,
|
|
|
|
|
h2 {
|
|
|
|
|
text-align: center;
|
|
|
|
@ -461,11 +467,13 @@ $session-compose-margin: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact-notification-count-bubble {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background: $session-color-danger;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
font-size: $session-font-xs;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
@ -488,7 +496,11 @@ $session-compose-margin: 20px;
|
|
|
|
|
|
|
|
|
|
.module-conversation-list-item {
|
|
|
|
|
background-color: $session-shade-4;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&--is-selected {
|
|
|
|
|
background-color: $session-shade-5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--has-friend-request {
|
|
|
|
|
&:first-child {
|
|
|
|
|
border-top: none !important;
|
|
|
|
@ -500,10 +512,10 @@ $session-compose-margin: 20px;
|
|
|
|
|
.module-conversation__user__profile-name {
|
|
|
|
|
font-size: 13px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__header__date, &__message {
|
|
|
|
|
&__header__date,
|
|
|
|
|
&__message {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|