File "ButtonWrapper.module.scss"

Full Path: /home/rubycabfbt/www/wp-content/plugins/envato-elements/src/js/react/components/Buttons/ButtonWrapper.module.scss
File size: 143 bytes
MIME-type: text/plain
Charset: utf-8

.wrapper {
  display: flex;
  flex-wrap: wrap;

  > * {
    margin: 0 10px 5px 0;

    [dir='rtl'] & {
      margin: 0 0 5px 10px;
    }
  }
}