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