xmpp.chapril.org-conversejs/src/plugins/muc-views/styles/muc-bottompanel.scss
JC Brand 4bdafb8ea3 Break Sass up into more files
And import where appropriate to allow for custom builds that are still styled properly
2021-04-30 17:36:40 +02:00

30 lines
565 B
SCSS

converse-muc-bottom-panel {
display: contents;
}
.muc-bottom-panel {
height: 3em;
padding: 0.5em;
text-align: center;
font-size: var(--font-size-small);
background-color: var(--chatroom-head-bg-color);
color: white;
&.muc-bottom-panel--muted {
height: 4em;
width: 100%;
}
&.muc-bottom-panel--nickname {
padding: 0;
height: 16em;
.muc-form-container {
.chatroom-form {
padding-top: 2em;
padding-bottom: 0;
}
}
}
}