2015-01-24 23:17:44 +01:00
|
|
|
.gutter {
|
2015-02-19 08:09:34 +01:00
|
|
|
padding: $header-height 0 0;
|
2015-01-24 23:17:44 +01:00
|
|
|
}
|
2015-01-25 11:19:28 +01:00
|
|
|
|
2015-08-26 01:47:15 +02:00
|
|
|
.conversation-stack,
|
2015-03-09 22:50:50 +01:00
|
|
|
.new-conversation, .inbox, .gutter {
|
2015-02-19 08:09:34 +01:00
|
|
|
height: 100%;
|
|
|
|
}
|
2015-08-27 02:11:01 +02:00
|
|
|
|
|
|
|
.container, .scrollable {
|
2015-03-09 22:50:50 +01:00
|
|
|
height: 100%;
|
2015-02-19 08:09:34 +01:00
|
|
|
overflow: auto;
|
2015-01-30 07:59:08 +01:00
|
|
|
}
|
|
|
|
|
2015-01-25 21:48:47 +01:00
|
|
|
.loading .gutter {
|
|
|
|
// TODO: spinner
|
|
|
|
}
|
|
|
|
|
2015-08-26 01:47:15 +02:00
|
|
|
.gutter {
|
|
|
|
float: left;
|
2015-08-27 02:48:18 +02:00
|
|
|
width: 300px;
|
|
|
|
.conversations {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2015-08-26 01:47:15 +02:00
|
|
|
}
|
|
|
|
|
2015-03-09 21:20:01 +01:00
|
|
|
.socket-status {
|
|
|
|
padding: 6px;
|
2015-05-21 22:05:52 +02:00
|
|
|
-webkit-app-region: no-drag;
|
2015-03-09 21:20:01 +01:00
|
|
|
|
|
|
|
* {
|
2015-08-26 19:31:16 +02:00
|
|
|
display: inline;
|
2015-03-09 21:20:01 +01:00
|
|
|
cursor: pointer;
|
|
|
|
padding-left: 20px;
|
|
|
|
border-radius: $header-height;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background: $blue url('/images/refresh.png') center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.connecting .icon {
|
|
|
|
background-color: $blue;
|
|
|
|
}
|
|
|
|
.closing {
|
|
|
|
background-color: $blue_l;
|
|
|
|
}
|
|
|
|
.closed {
|
|
|
|
background: url('/images/error_red.png') no-repeat left center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-26 01:47:15 +02:00
|
|
|
.conversation-stack {
|
|
|
|
padding-left: 300px;
|
|
|
|
padding-top: $header-height;
|
|
|
|
.conversation {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.conversation:first-child {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.conversation-header {
|
|
|
|
background: $grey_l;
|
|
|
|
}
|
|
|
|
.menu.conversation-menu {
|
|
|
|
float: right;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 0;
|
|
|
|
|
|
|
|
.menu-list {
|
|
|
|
right: 0;
|
|
|
|
left: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-06 07:42:16 +01:00
|
|
|
.contact {
|
|
|
|
.number, .checkbox {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-01-25 11:19:28 +01:00
|
|
|
}
|
|
|
|
|
2015-03-13 00:14:21 +01:00
|
|
|
input.search {
|
2015-02-06 07:42:16 +01:00
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
outline: 0;
|
2015-01-26 08:44:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.fab {
|
|
|
|
z-index: 1;
|
|
|
|
position: fixed;
|
2015-08-26 01:47:15 +02:00
|
|
|
left: 215px;;
|
2015-01-26 08:44:53 +01:00
|
|
|
bottom: 22px;
|
2015-01-30 22:43:10 +01:00
|
|
|
height: 50px;
|
|
|
|
width: 50px;
|
2015-01-26 08:44:53 +01:00
|
|
|
border: 0;
|
|
|
|
border-radius: (60px / 2);
|
|
|
|
outline: 0;
|
|
|
|
font: 300 36px $roboto;
|
|
|
|
color: white;
|
|
|
|
background: $blue url('/images/pencil.png') no-repeat center center;
|
|
|
|
box-shadow: 0 8px 8px -8px rgba(darken($blue, 50%), 0.8);
|
|
|
|
transition: box-shadow 0.33s, transform 0.33s, background 0.33s;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: darken($blue, 3%);
|
|
|
|
box-shadow: 0 8px 18px -8px rgba(darken($blue, 50%), 0.9);
|
|
|
|
transform: translate3d(0, -1px, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-30 22:43:10 +01:00
|
|
|
.last-timestamp {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
2015-02-06 07:42:16 +01:00
|
|
|
.new-contact {
|
2015-03-12 19:40:55 +01:00
|
|
|
display: none;
|
2015-02-06 07:42:16 +01:00
|
|
|
.contact-name { display: none; }
|
|
|
|
.contact-details::before {
|
|
|
|
content: 'Create new contact';
|
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
opacity: 0.7;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
2015-01-25 19:38:35 +01:00
|
|
|
}
|
|
|
|
|
2015-01-25 19:36:41 +01:00
|
|
|
.index {
|
|
|
|
color: $grey_d;
|
|
|
|
background: #eee;
|
|
|
|
|
2015-08-26 01:47:15 +02:00
|
|
|
.gutter .new-group-update-form {
|
2015-03-12 19:40:55 +01:00
|
|
|
display: none;
|
|
|
|
padding: 0.5em;
|
2015-01-25 19:36:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.last-message {
|
|
|
|
margin: 6px 0;
|
2015-01-30 22:43:10 +01:00
|
|
|
font-size: small;
|
2015-01-25 19:36:41 +01:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2015-08-26 01:47:15 +02:00
|
|
|
.gutter .timestamp {
|
2015-01-25 19:36:41 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 14px;
|
|
|
|
right: 12px;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background: red;
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
.settings-open & {
|
|
|
|
display: block;
|
|
|
|
}
|
2015-01-25 13:53:07 +01:00
|
|
|
}
|
2015-03-11 20:06:19 +01:00
|
|
|
|
|
|
|
.conversations .unread .contact-details {
|
|
|
|
.contact-name,
|
|
|
|
.last-message,
|
|
|
|
.last-timestamp {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|