session-desktop/stylesheets/_index.scss

469 lines
7.7 KiB
SCSS

.conversation-stack {
position: relative;
}
.conversation-stack,
.new-conversation,
.inbox,
.gutter {
height: 100%;
overflow: hidden;
}
.edit-profile-dialog,
.create-group-dialog,
.user-details-dialog {
.content {
max-width: 100% !important;
}
.buttons {
margin: 8px;
}
.profile-name {
font-size: larger;
text-align: center;
}
.title-text {
font-size: large;
text-align: center;
}
.message {
font-style: italic;
color: $grey;
font-size: 12px;
margin-bottom: 16px;
}
.module-avatar {
display: block;
margin-bottom: 1em;
}
.avatar-center {
display: flex;
justify-content: center;
}
.avatar-center-inner {
display: flex;
}
.upload-btn-background {
background-color: #ffffff70;
align-self: center;
margin-left: -24px;
margin-top: 40px;
z-index: 1;
border-radius: 8px;
}
.input-file {
display: none;
}
}
.expired {
.conversation-stack,
.gutter {
height: calc(100% - 48px);
}
}
.scrollable {
height: 100%;
overflow: auto;
}
.gutter {
::-webkit-scrollbar-track {
background: $color-dark-85;
}
::-webkit-scrollbar-thumb {
border: 2px solid $color-dark-85;
}
display: flex;
flex-direction: column;
float: left;
width: 300px;
user-select: none;
position: relative;
.tool-bar {
margin-top: 8px;
color: $color-dark-05;
.search-icon {
background-color: $color-light-35;
}
input.search {
border: 1px solid $color-light-60;
color: $color-dark-05;
background-color: $color-gray-95;
&:focus {
outline: solid 1px $blue;
}
}
}
.toast {
bottom: 78px;
}
.content {
overflow-y: auto;
max-height: calc(100% - 88px);
min-height: 0px;
flex: 1 1 auto;
color: $color-gray-05;
background: inherit;
}
.loki {
display: flex;
justify-content: center;
align-items: center;
height: 70px;
background: $color-loki-extra-dark-gray;
img {
object-fit: cover;
max-width: 60%;
max-height: 60%;
}
}
}
.section-toggle {
position: relative;
display: block;
padding: 0 0 0 1em;
background: $color-dark-75;
font-weight: bold;
line-height: 3;
cursor: pointer;
overflow: hidden;
user-select: none;
}
h4.section-toggle,
.section-toggle h4 {
margin-top: 1px;
margin-bottom: 1px;
}
.section-toggle::after {
position: absolute;
right: 0;
top: 0;
display: block;
width: 3em;
height: 3em;
line-height: 3;
text-align: center;
-webkit-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
content: '+';
}
.section-toggle-visible::after {
transform: rotate(315deg);
}
.section-conversations-container {
display: flex;
flex-direction: row;
margin-right: 3em;
align-items: center;
h4 {
flex: 1;
}
.section-conversations-unread-counter {
color: #ffffff;
background-color: #2090ea;
text-align: center;
padding-top: 1px;
padding-left: 3px;
padding-right: 3px;
font-weight: 300;
font-size: 11px;
letter-spacing: 0.25px;
height: 16px;
min-width: 16px;
line-height: 16px;
border-radius: 8px;
box-shadow: 0px 0px 0px 1px #1a1c20;
}
}
.network-status-container {
.network-status {
background: url('../images/error_red.svg') no-repeat left 10px center;
background-size: 25px 25px;
background-color: #fcd156;
padding: 10px;
padding-left: 2 * $button-height;
display: none;
.network-status-message {
h3 {
padding: 0px;
margin: 0px;
margin-bottom: 2px;
font-size: 14px;
}
span {
display: inline-block;
font-size: 12px;
padding: 0.5em 0;
}
}
.action {
button {
border-radius: $border-radius;
border: solid 1px #ccc;
cursor: pointer;
font-family: inherit;
color: white;
background: $blue;
}
}
}
}
.left-pane-placeholder {
flex-grow: 1;
display: flex;
}
.left-pane-wrapper {
flex: 1;
}
.conversation-stack {
.conversation {
display: none;
}
.conversation:first-child {
display: block;
}
}
.tool-bar {
color: $color-light-90;
padding: 8px;
padding-top: 0px;
margin-top: -1px;
position: relative;
.search-icon {
content: '';
display: inline-block;
float: left;
width: 24px;
height: 33px;
-webkit-mask: url('../images/search.svg') no-repeat left center;
-webkit-mask-size: 100%;
background-color: $color-light-35;
position: absolute;
left: 20px;
top: 0;
}
}
$search-x-size: 16px;
$search-padding-right: 12px;
$search-padding-left: 30px;
input.search {
border: 1px solid $color-black-02;
padding: 0 $search-padding-right 0 $search-padding-left;
margin-left: 8px;
margin-right: 8px;
outline: 0;
height: 32px;
width: calc(100% - 16px);
outline-offset: -2px;
font-size: 14px;
line-height: 18px;
font-weight: normal;
position: relative;
border-radius: 4px;
&:focus {
outline: solid 1px $blue;
}
&.active {
background-image: url('../images/x.svg');
background-repeat: no-repeat;
background-size: $search-x-size;
&.ltr {
background-position: right $search-padding-right center;
}
&.rtl {
background-position: left $search-padding-left center;
}
}
&::-webkit-search-cancel-button {
-webkit-appearance: none;
display: block;
width: $search-x-size;
height: $search-x-size;
}
&::-webkit-search-cancel-button:hover {
cursor: pointer;
}
}
.last-timestamp {
font-size: smaller;
float: right;
margin: 0 10px;
color: $grey;
}
.new-contact {
display: none;
cursor: pointer;
opacity: 0.7;
.contact-details .number {
display: block;
font-style: italic;
padding-right: 8px;
}
&.valid {
opacity: 1;
}
}
.index {
.gutter .new-group-update-form {
display: none;
padding: 0.5em;
}
.last-message {
margin: 6px 0 0;
font-size: $font-size-small;
}
.gutter .timestamp {
position: absolute;
top: 14px;
right: 12px;
color: $grey;
}
}
.conversations .unread .contact-details {
.name,
.last-message,
.last-timestamp {
font-weight: bold;
}
}
.hint {
margin: 10px;
padding: 1em;
border-radius: $border-radius;
color: white;
border: 2px dashed white;
h3 {
margin-top: 5px;
}
&.firstRun {
position: absolute;
top: 0;
left: 302px;
width: 225px;
&:before,
&:after {
content: ' ';
display: block;
position: absolute;
top: 8px;
left: -35px;
width: 0;
height: 0;
border: solid 10px white;
border-color: transparent white transparent transparent;
transform: scaleX(2.5) scaleY(0.75);
}
&:after {
border-color: transparent #2eace0 transparent transparent;
left: -30px;
}
}
}
.conversation.placeholder {
text-align: center;
user-select: none;
.container {
position: absolute;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.content {
display: inline-block;
}
h3 {
font-size: large;
}
}
.contact.placeholder {
position: absolute;
top: 50px;
left: 0;
background: transparent;
color: white;
border: 2px dashed white;
overflow: visible;
p {
color: white;
}
&:before,
&:after {
content: ' ';
display: block;
position: absolute;
top: -35px;
left: 15px;
width: 0;
height: 0;
border: solid 10px white;
border-color: transparent transparent white transparent;
transform: scaleY(2.5) scaleX(0.75);
}
&:after {
border-color: transparent transparent #2eace0 transparent;
top: -30px;
}
}