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

@m-download-prefix-cls: m-download;

.@{m-download-prefix-cls} {
  &-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 24px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
  }

  &-icon {
    padding: 4px 0;
  }

  &-dropdown-icon {
    padding-left: 4px;
    font-size: 7px;
  }
}
