mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
409 lines
6.9 KiB
SCSS
409 lines
6.9 KiB
SCSS
.conversation-stack,
|
|
.new-conversation,
|
|
.inbox,
|
|
.gutter {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.expired {
|
|
.conversation-stack,
|
|
.gutter {
|
|
height: calc(100% - 48px);
|
|
}
|
|
}
|
|
|
|
.scrollable {
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.gutter {
|
|
background-color: $color-dark-85;
|
|
|
|
::-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;
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.content {
|
|
overflow-y: auto;
|
|
max-height: calc(100% - 88px);
|
|
min-height: 0px;
|
|
flex: 1 1 auto;
|
|
color: $color-gray-05;
|
|
}
|
|
|
|
.loki {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 70px;
|
|
background: $color-loki-extra-dark-gray;
|
|
img {
|
|
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;
|
|
margin-top: 1px;
|
|
margin-bottom: 1px;
|
|
overflow: hidden;
|
|
user-select: none;
|
|
}
|
|
|
|
.section-toggle::after {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
display: block;
|
|
width: 3em;
|
|
height: 3em;
|
|
line-height: 3;
|
|
text-align: center;
|
|
-webkit-transition: all .35s;
|
|
-o-transition: all .35s;
|
|
transition: all .35s;
|
|
content: "+";
|
|
}
|
|
|
|
.section-toggle-visible::after {
|
|
transform: rotate(315deg);
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.identity-key-wrapper {
|
|
background-color: $color-black-008-no-tranparency;
|
|
display: flex;
|
|
flex: 1;
|
|
height: $header-height;
|
|
padding-left: 16px;
|
|
padding-right: 16px;
|
|
}
|
|
|
|
.identity-key-container {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
white-space: nowrap;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.identity-key-text-container {
|
|
flex: 1;
|
|
text-align: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.identity-key-container div {
|
|
overflow-x: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.identity-key_bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.identity-key-wrapper__pencil-icon {
|
|
@include color-svg('../images/lead-pencil.svg', $color-gray-60);
|
|
height: 20px;
|
|
width: 20px;
|
|
margin-left: 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.underneathIdentityWrapper {
|
|
position: absolute;
|
|
top: $header-height;
|
|
bottom: 0;
|
|
left: 300px;
|
|
right: 0;
|
|
}
|
|
|
|
.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;
|
|
.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;
|
|
}
|
|
}
|