808155bc3c
instead of the other way around.
23 lines
433 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|