xmpp.chapril.org-conversejs/sass/converse/_controlbox.scss
JC Brand 808155bc3c Place chat boxes inside bootstrap rows
instead of the other way around.
2018-01-26 14:41:50 +01:00

23 lines
433 B
SCSS

#conversejs:not(.fullscreen) {
#controlbox {
order: -1;
#converse-register {
.button-cancel {
font-size: 90%;
}
}
.controlbox-panes {
border-radius: $chatbox-border-radius;
}
.brand-heading-container {
.brand-heading {
font-size: 2em;
margin: 1em 0;
}
}
}
}