// RTL from original less file of same name which cannot be intelligently removed.  CSS Flip process would probably not affect the original.
// RTL styles for blocks.
.dir-rtl {
  // RTL styles for blocks in general.
  .block {
    .header {
      .commands {
        > * {
          margin-left: 0;
          margin-right: 3px;
        }
      }
    }
  }
}
