posting.less 272 B

123456789101112131415161718
  1. //
  2. // Posting Form Flavor
  3. // --------------------------------------------------
  4. #posting-placeholder {
  5. background-color: #fafbfc;
  6. }
  7. .posting-message {
  8. .material-icon {
  9. color: @message-info-icon-color;
  10. }
  11. .btn {
  12. margin-top: @line-height-computed;
  13. }
  14. }