77975ffdb6
* new peertube theme for ConverseJS * CSS linting * splash screen * defining CSS variables
16 lines
278 B
SCSS
16 lines
278 B
SCSS
@import "./variables";
|
|
@import "sass/converse";
|
|
|
|
body.livechat-iframe #conversejs .chat-head {
|
|
// Hidding the chat-head when the plugin is displayed in an iframe.
|
|
display: none;
|
|
}
|
|
|
|
#conversejs-bg {
|
|
.converse-brand__heading {
|
|
img {
|
|
margin-top: 0.3em;
|
|
}
|
|
}
|
|
}
|