bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/chat/styles.scss
2016-07-05 16:47:40 +00:00

19 lines
303 B
SCSS

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