bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/chat/styles.scss
2016-09-12 17:11:37 -03:00

18 lines
268 B
SCSS
Executable File

@import "../../stylesheets/variables/_all";
.chat {
background-color: #fff;
padding: $line-height-computed;
display: flex;
flex-grow: 1;
flex-direction: column;
}
.closeChat {
text-decoration: none;
}
.header {
margin-bottom: $line-height-computed;
}