open-nomad/ui/app/styles/core/message.scss

26 lines
415 B
SCSS
Raw Normal View History

2017-09-19 14:47:10 +00:00
.message {
2017-12-19 23:45:38 +00:00
background: $body-background-color;
2017-09-19 14:47:10 +00:00
.message-header {
2017-12-19 23:45:38 +00:00
background: $body-background-color;
2017-09-19 14:47:10 +00:00
color: $text;
font-size: $size-5;
font-weight: $weight-semibold;
padding-left: 0;
padding-right: 0;
}
.message-body {
border: 1px solid $grey-lighter;
border-radius: $radius;
&.is-full-bleed {
padding: 0;
}
.table {
margin-bottom: 0;
}
}
}