2017-06-14 11:14:42 +02:00
|
|
|
#conversejs {
|
|
|
|
#controlbox {
|
|
|
|
.controlbox-pane {
|
|
|
|
border-bottom-left-radius: $chatbox-border-radius;
|
|
|
|
border-bottom-right-radius: $chatbox-border-radius;
|
|
|
|
height: 289px;
|
|
|
|
@include calc(height, '100% - #{$controlbox-head-height}');
|
|
|
|
}
|
2017-09-17 01:30:52 +02:00
|
|
|
|
|
|
|
.brand-heading-container {
|
|
|
|
.brand-heading {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
}
|
2017-06-14 11:14:42 +02:00
|
|
|
}
|
|
|
|
}
|