bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/chat/styles.scss
2016-06-01 13:33:19 -03:00

18 lines
272 B
SCSS

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