post-changelog.less 322 B

1234567891011121314151617181920
  1. //
  2. // Post Changelog Modal
  3. // --------------------------------------------------
  4. .post-changelog-diff {
  5. padding: 0px;
  6. margin: 0px;
  7. .diff-item {
  8. padding: @padding-small-vertical @padding-small-horizontal;
  9. }
  10. .diff-item-sub {
  11. color: @brand-danger;
  12. }
  13. .diff-item-add {
  14. color: @brand-success;
  15. }
  16. }