github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/core/message.scss (about) 1 .message { 2 background: $body-background-color; 3 4 .message-header { 5 background: $body-background-color; 6 color: $text; 7 font-size: $size-5; 8 font-weight: $weight-semibold; 9 padding-left: 0; 10 padding-right: 0; 11 } 12 13 .message-body { 14 border: 1px solid $grey-lighter; 15 border-radius: $radius; 16 17 &.is-full-bleed { 18 padding: 0; 19 } 20 21 .table { 22 margin-bottom: 0; 23 } 24 } 25 }