bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/chat/styles.scss
2017-08-04 14:58:55 -03:00

40 lines
587 B
SCSS
Executable File

@import "../../stylesheets/variables/_all";
.chat {
background-color: #fff;
padding: $md-padding-x;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: space-around;
overflow: hidden;
}
.header {
margin-bottom: $md-padding-x;
display: flex;
flex-direction: row;
align-items: left;
flex-shrink: 0;
a {
text-decoration: none;
display: block;
}
[class^="icon-bbb-"],
[class*=" icon-bbb-"] {
font-size: 85%;
}
}
.title {
@extend %text-elipsis;
flex: 1;
}
.closeIcon {
flex: 0 0;
margin-left: $sm-padding-x / 2;
}