29 lines
456 B
SCSS
Executable File
29 lines
456 B
SCSS
Executable File
@import "../../stylesheets/variables/_all";
|
|
|
|
.chat {
|
|
background-color: #fff;
|
|
padding: $sm-padding-x;
|
|
display: flex;
|
|
flex-grow: 1;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.closeChat {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header {
|
|
margin-top: $lg-padding-x - $sm-padding-x;
|
|
margin-bottom: $lg-padding-x;
|
|
|
|
> [class^="icon-bbb-"],
|
|
> [class*=" icon-bbb-"] {
|
|
font-size: 85%;
|
|
}
|
|
}
|
|
|
|
[class='icon-bbb-left-arrow'] {
|
|
padding-bottom: 5px;
|
|
}
|