@import '../../style/themes/index';
@import '../../style/mixins/index';

@m-footer-operations-bar-prefix-cls: m-footer-operations-bar;

.@{m-footer-operations-bar-prefix-cls} {
  display: flex;
  align-items: center;
  width: @footer-operations-bar-width;
  height: @footer-operations-bar-height;
  font-size: 12px;
  background: @footer-operations-bar-background-color;
  box-shadow: @footer-operations-bar-box-shadow;

  &-right {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  &-center {
    flex: 1;
    text-align: center;
  }
}
