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;
|
2017-01-28 06:13:25 +08:00
|
|
|
overflow: hidden;
|
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
|
|
|
}
|
2017-03-01 06:40:16 +08:00
|
|
|
.closeIcon {
|
|
|
|
margin-left: $line-height-computed * 6;
|
|
|
|
}
|
2016-12-16 01:29:17 +08:00
|
|
|
|
2017-03-01 06:40:16 +08:00
|
|
|
[class='icon-bbb-left-arrow'],
|
|
|
|
[class='icon-bbb-close']
|
|
|
|
{
|
2016-12-16 01:29:17 +08:00
|
|
|
padding-bottom: 5px;
|
2017-03-01 06:40:16 +08:00
|
|
|
}
|