18 lines
268 B
SCSS
Executable File
18 lines
268 B
SCSS
Executable File
@import "../../stylesheets/variables/_all";
|
|
|
|
.chat {
|
|
background-color: #fff;
|
|
padding: $line-height-computed;
|
|
display: flex;
|
|
flex-grow: 1;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.closeChat {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: $line-height-computed;
|
|
}
|