bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/chat/styles.scss

29 lines
456 B
SCSS
Raw Normal View History

2016-07-28 05:50:35 +08:00
@import "../../stylesheets/variables/_all";
2016-06-02 00:33:19 +08:00
.chat {
background-color: #fff;
2016-12-07 01:07:22 +08:00
padding: $sm-padding-x;
2016-06-02 00:33:19 +08:00
display: flex;
flex-grow: 1;
flex-direction: column;
overflow: hidden;
2016-06-02 00:33:19 +08:00
}
.closeChat {
text-decoration: none;
}
2016-09-13 04:11:37 +08:00
2016-06-02 00:33:19 +08:00
.header {
2016-12-07 01:07:22 +08:00
margin-top: $lg-padding-x - $sm-padding-x;
margin-bottom: $lg-padding-x;
> [class^="icon-bbb-"],
> [class*=" icon-bbb-"] {
font-size: 85%;
}
2016-06-02 00:33:19 +08:00
}
[class='icon-bbb-left-arrow'] {
padding-bottom: 5px;
}