18 lines
350 B
Sass
18 lines
350 B
Sass
|
@import '_colors.sass'
|
||
|
|
||
|
.message
|
||
|
border-top: none !important
|
||
|
border-right: none !important
|
||
|
border-bottom: none !important
|
||
|
border-color: $background !important
|
||
|
|
||
|
header
|
||
|
background-color: $background !important
|
||
|
|
||
|
.message-text
|
||
|
color: $foreground !important
|
||
|
|
||
|
.is-message-mine
|
||
|
border-width: 1px !important
|
||
|
margin-left: 0 !important
|