/**
 * Copyright © INOVUA TRADING.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

@import './variables.scss';
@import '../../DropdownButton/style/base.scss';
@import '../../Button/style/base.scss';

.#{$INOVUA_SPLIT_BUTTON_ROOT_CLASS} {
  display: inline-flex;
  text-align: start;
  direction: ltr;
  vertical-align: middle;
}

.#{$INOVUA_SPLIT_BUTTON_ROOT_CLASS}__dropdown-button
  .inovua-react-toolkit-button__text {
  display: none;
}

.#{$INOVUA_SPLIT_BUTTON_ROOT_CLASS}--rtl {
  direction: rtl;
}
