2017-06-14 11:14:42 +02:00
|
|
|
#conversejs {
|
|
|
|
#controlbox {
|
2018-01-03 20:02:05 +01:00
|
|
|
#converse-register {
|
|
|
|
.button-cancel {
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-06-14 11:14:42 +02:00
|
|
|
.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
|
|
|
}
|
|
|
|
}
|