posting.less 217 B

1234567891011121314
  1. //
  2. // Posting Form Flavor
  3. // --------------------------------------------------
  4. .posting-message {
  5. .material-icon {
  6. color: @message-info-icon-color;
  7. }
  8. .btn {
  9. margin-top: @line-height-computed;
  10. }
  11. }