2017-01-16 22:15:07 +01:00
|
|
|
@import "bourbon";
|
2017-06-14 11:14:42 +02:00
|
|
|
@import "converse/variables";
|
2017-01-16 22:15:07 +01:00
|
|
|
#converse-embedded-chat {
|
2017-02-03 00:16:15 +01:00
|
|
|
|
|
|
|
@include box-sizing(border-box);
|
|
|
|
*, *:before, *:after {
|
|
|
|
@include box-sizing(border-box);
|
|
|
|
}
|
|
|
|
|
2017-01-16 22:15:07 +01:00
|
|
|
bottom: auto;
|
|
|
|
right: auto;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
|
2017-02-13 12:46:28 +01:00
|
|
|
form {
|
|
|
|
&.pure-form.converse-centered-form {
|
|
|
|
position: absolute;
|
|
|
|
top: 30%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-16 22:15:07 +01:00
|
|
|
.chatroom {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.flyout {
|
|
|
|
bottom: auto;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.chatbox {
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
.box-flyout {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.chat-title {
|
|
|
|
padding: 0.3em;
|
2017-02-28 08:32:00 +01:00
|
|
|
font-size: 120%;
|
2017-01-16 22:15:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.chatbox-btn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.chatroom {
|
|
|
|
.box-flyout {
|
|
|
|
min-width: auto;
|
|
|
|
width: 100%;
|
2017-02-03 13:26:14 +01:00
|
|
|
height: 55vh;
|
2017-01-16 22:15:07 +01:00
|
|
|
.chat-body {
|
|
|
|
@include calc(height, '100% - #{$chat-head-height}');
|
|
|
|
}
|
2017-02-03 13:26:14 +01:00
|
|
|
.occupants-heading {
|
2017-02-28 08:32:00 +01:00
|
|
|
font-size: 120%;
|
2017-02-03 13:26:14 +01:00
|
|
|
}
|
2017-02-03 00:16:15 +01:00
|
|
|
.chat-content {
|
|
|
|
height: calc(100% - #{$toolbar-height + $chat-textarea-height +2px});
|
2017-02-03 13:26:14 +01:00
|
|
|
.chat-message {
|
|
|
|
margin: 0.5em;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sendXMPPMessage {
|
|
|
|
.chat-textarea {
|
|
|
|
padding: 0.5em;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
2017-02-03 00:16:15 +01:00
|
|
|
}
|
2017-01-16 22:15:07 +01:00
|
|
|
.chatroom-body {
|
|
|
|
.chatroom-form-container {
|
2017-02-03 13:26:14 +01:00
|
|
|
font-size: 180%;
|
|
|
|
float: left;
|
|
|
|
height: 100%;
|
2017-01-16 22:15:07 +01:00
|
|
|
position: relative;
|
2017-02-03 13:26:14 +01:00
|
|
|
input {
|
|
|
|
font-size: 60%;
|
|
|
|
}
|
2017-01-16 22:15:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.occupants {
|
|
|
|
.occupant-list {
|
|
|
|
padding-left: 0.3em;
|
|
|
|
li.occupant {
|
2017-02-03 13:26:14 +01:00
|
|
|
font-size: 120%;
|
2017-01-16 22:15:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|