9cdb0dde8c
* In certain places, use native methods instead of jQuery * Nicer rendering of registration forms * Use CSS3 fade-in animations.
17 lines
426 B
SCSS
17 lines
426 B
SCSS
#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}');
|
|
}
|
|
|
|
.brand-heading-container {
|
|
.brand-heading {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|